Could someone please explain to me the correct file
structure of a Symfony2 MVC and ExtJS4 MVC project? (When used together!)
Could someone please explain to me the correct file
structure of a Symfony2 MVC and ExtJS4 MVC project? (When used together!)
Your 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.