0

I got an app on Symfony 2 with Extjs 4 that I want to update to be responsive.

I have grids, forms, actions on grid, ... mixed in Twig and ExtJs (twig make the nav bar and autorizations and Ext present datas) based on this zazencode.com/symfony/2014/02/04/extjs-with-symfony-part1.html, and it works fine.

I'd like to have a full front responsive with extJs 6 modern consumming REST with Symfony.

I tried to load Ext 6 app with Symfony but I failed to play it.

I tried those solutions but without success too :

Is there a way to use Ext app 5 or 6 with Symfony ?

Thank's for help

Climberdav
  • 61
  • 7
  • My sencha app is in the web folder of Symfony, in js/packages/my-app. and I request it via Twig with the code code made by sencha `Ext.beforeLoad = function (tags) { var s = location.search, // the query string (ex "?foo=1&bar") profile;` and `` – Climberdav Jan 25 '16 at 10:30

1 Answers1

0

Ok I guess I find an answer, or a begin, in the article : http://thebigbrainscompany.com/blog/posts/intgration-grunt-et-bower-au-sein-d-une-application-symfony.

I think it's a good way, but in the meantime, I choice to pass to Twig + jQuery + Bootstrp to do the job.

Climberdav
  • 61
  • 7