I have my base.html.twig under /var/www/symfony2.5/app/Resources/views, which includes a css file which is located under /var/www/myproj/Site/Front/css/mycss.css file. My sources files (controllers) are under /var/www/files/myproj.
I included all these paths in autoload.php. But I m not sure how to include mycss.css file in base.html.twig. I always see path not found error.
Any help would be greatly appreciated.
Thanks, Bharani
Create a bundle and put all your templates in it, then put all your assets (css, js, images) into bundle you created.
Then install assets using command line and it will work.
Now you are using WRONG directories for your project. I don't understand why you use Symfony2 framework if you don't use it at full ability. If you use Symfony2 correctly using assets and building pages will be simplier than you do it now.