---
title: "Symfony2 MVC and ExtJS4 MVC"  
description: "Symfony2 MVC and ExtJS4 MVC"  
author: "Anonymous User"  
published: 2015-05-21  
updated: 2015-05-21  
canonical: https://www.mindstick.com/forum/23251/symfony2-mvc-and-extjs4-mvc  
category: "asp.net mvc"  
tags: ["mvc", "javascript library"]  
reading_time: 1 minute  

---

# Symfony2 MVC and ExtJS4 MVC

Could someone [please explain](https://www.mindstick.com/forum/344/hi-rohith-i-am-new-for-mvc-please-explain-how-to-set-implicitly-isauthenticated-true) to me the correct [file](https://www.mindstick.com/articles/59/encrypting-and-decrypting-files-using-c-sharp) [structure](https://www.mindstick.com/articles/23258/choose-your-business-structure-wisely) of a Symfony2 MVC and ExtJS4 [MVC project](https://www.mindstick.com/forum/158706/how-do-you-establish-a-database-connection-in-an-asp-dot-net-mvc-project)? (When used [together](https://yourviews.mindstick.com/view/80819/live-in-relationship-protecting-the-right-to-live-together)!)

## Replies

### Reply by Manoj Bhatt

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.


---

Original Source: https://www.mindstick.com/forum/23251/symfony2-mvc-and-extjs4-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
