Skip to content

Instantly share code, notes, and snippets.

@serapheem
Last active December 20, 2015 01:09
Show Gist options
  • Select an option

  • Save serapheem/6047518 to your computer and use it in GitHub Desktop.

Select an option

Save serapheem/6047518 to your computer and use it in GitHub Desktop.
Symfony2 - Useful console commands
# 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