I hvae the css located in
app/Resources/FOSUserbundle/css
How can i include that in my twig template
The reason i am putting css there is that my all overridden FOSUser templates in in that folder. So i want to keep css , js images all in there so that if i need to use in other website i just copy that folder
I’m not quite sure how you would include that in your TWIG templates, but …
1) I put the resources I use in several bundles / projects in the web/ directory. Then you can reference then like this:
2) If you need to override the FOSUserbundle anyway, you can put the resources inside the inheriting bundle, referencing them like this: