Added a new Symfony2 alias for starting the php server (server:run)

This commit is contained in:
Andrea Usuelli 2013-05-06 12:30:10 +02:00
commit 7a14ea5401

View file

@ -18,4 +18,5 @@ alias sf='php app/console'
alias sfcl='php app/console cache:clear'
alias sfroute='php app/console router:debug'
alias sfgb='php app/console generate:bundle'
alias sfserver='php app/console server:run'