Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active December 14, 2015 07:29
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 jmolivas/5051165 to your computer and use it in GitHub Desktop.
Save jmolivas/5051165 to your computer and use it in GitHub Desktop.
Alias to drop & create DB, create Schema & load fixtures, using symfony console
alias dbfixture='app/console doctrine:database:drop --force && app/console doctrine:database:create && app/console doctrine:schema:create && app/console doctrine:fixtures:load'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment