I have Symfony project in which i want to copy images to web folder. So I used bellow command.
php app/console assets:install web
It copy all images to Web/bundles/framework. I want all images in Web root folder. Please suggest me how can i change the path to store all images or assets to root folder of web instead of storing in bundles.