Структура моего AppBundle:
Код: Выделить всё
AppBundle
- Controller
- Resources
- views
- public
- js
- Model
- User.js
- View
- Dashboard.js
- Bundle.js
- Router.js
Код: Выделить всё
{% javascripts '@AppBundle/Resources/public/js/*' %}
{% endjavascripts %}
Код: Выделить всё
И так ли это? можно изменить имя part_1? Хотелось бы так сказать AppBundle во время разработки.
Подробнее здесь: https://stackoverflow.com/questions/337 ... irectories