开发者

bundles in symfony 1.4?

开发者 https://www.devze.com 2022-12-30 14:11 出处:网络
whenever i add a feature i want to have all files (php, css, js, img etc) in one folder. i know that 开发者_如何学Gothis bundle feature will come with symfony 2.0 but i wonder if i can have all files

whenever i add a feature i want to have all files (php, css, js, img etc) in one folder.

i know that 开发者_如何学Gothis bundle feature will come with symfony 2.0 but i wonder if i can have all files in one folder/plugin in symfony 1.4 cause it seems that you have to have the js/css/img in web/ folder?

thanks


Once you create/install a plugin, you can use the symfony plugin:publish-assets CLI command to copy all relevant web/ content to the correct location.

0

精彩评论

暂无评论...
验证码 换一张
取 消