Commit dfccac31 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #3892 from delphiki/sf2-plugin

Added environment based shortcuts in symfony2 plugin
parents 8daa52d5 68e03a05
......@@ -25,3 +25,5 @@ alias sfcw='sf cache:warmup'
alias sfroute='sf router:debug'
alias sfcontainer='sf container:debug'
alias sfgb='sf generate:bundle'
alias sfdev='sf --env=dev'
alias sfprod='sf --env=prod'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment