Could someone please explain to me the correct file structure of a Symfony2 MVC and ExtJS4 MVC project? (When used together!)
Symfony2 MVC and ExtJS4 MVC
211821-May-2015
Updated on 21-May-2015
Home / DeveloperSection / Forums / Symfony2 MVC and ExtJS4 MVC
Could someone please explain to me the correct file structure of a Symfony2 MVC and ExtJS4 MVC project? (When used together!)
Manoj Bhatt
21-May-2015Your ExtJS files should be placed in the Resource/public folder of your Bundle
YourBundle/
Resources/
public/
images/
css/
js/
extjs/
app/
You can use the assets:install command-line command to install it in the web-folder afterwards. You can use Assetic thats included to the Symfony Standard Edition to take care of your JS-Files too.