Skip to content

Instantly share code, notes, and snippets.

@alesegdia
Created January 11, 2018 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alesegdia/136facb3f3d0134e05f0ef18a6dc0c8d to your computer and use it in GitHub Desktop.
Save alesegdia/136facb3f3d0134e05f0ef18a6dc0c8d to your computer and use it in GitHub Desktop.
Useful Symfony commands
# Symfony2 uses app/console, while Symfony3 uses bin/console
# Clear cache and update db data
php app/console cache:clear
php app/console doctrine:schema:update --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment