elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 44 forks source link

Added composer commands #623

Closed EmanueleMinotto closed 8 years ago

EmanueleMinotto commented 8 years ago

Added Composer commands for the same reasons listed in https://github.com/elcodi/elcodi/issues/918

I've also added a composer compile command, that's already used on Heroku, as an optional post install/update command, it could also be used by the final developer to refresh hiw/her local environment without following the sequence required (for example: assetic:dump before assets:install could cause problems).