Skip to content

Instantly share code, notes, and snippets.

@lasekmiroslaw
Created June 27, 2018 18:38
Show Gist options
  • Save lasekmiroslaw/7f244c49c54d70d679da35c8a7d58588 to your computer and use it in GitHub Desktop.
Save lasekmiroslaw/7f244c49c54d70d679da35c8a7d58588 to your computer and use it in GitHub Desktop.
composer command reset db
"scripts": {
"reset-db": [
"php bin/console doctrine:schema:drop --force; php bin/console doctrine:schema:create; php bin/console hautelook:fixtures:load -n;"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment