Skip to content

Commit

Permalink
Merge pull request #62 from estheban/patch-1
Browse files Browse the repository at this point in the history
setup.md typo
  • Loading branch information
Leny BERNARD committed Apr 14, 2015
2 parents 1a504d5 + 6b8958f commit d7df596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Import the database in var/dump/db.sql

or do it yourself by doing the usual stuff (doctrine:schema:update etc). You can also load fixtures with the following lines :

php bin/console doctrine:databas:create
php bin/console doctrine:database:create
php bin/console doctrine:schema:update -force
php bin/console doctrine:fixtures:load --fixtures="vendor/victoire/victoire/Victoire/Bundle/CoreBundle/DataFixtures/ORM"

Expand Down

0 comments on commit d7df596

Please sign in to comment.