Last active
December 20, 2015 01:09
-
-
Save serapheem/6047518 to your computer and use it in GitHub Desktop.
Symfony2 - Useful console commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # list of available commands | |
| php app/console list | |
| # getting list of routes | |
| php app/console router:debug | |
| # getting list of services | |
| php app/console container:debug | |
| # regenerating assets dump file | |
| php app/console assetic:dump --env=prod --no-debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment