We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd07e9 commit 39b02faCopy full SHA for 39b02fa
README.md
@@ -18,7 +18,7 @@ php bin/console doctrine:database:create
18
**Step 3**: Lets run the migrations.
19
20
```
21
-php bin/console doctrine:migrations:migrate
+php bin/console doctrine:schema:update -f
22
php bin/console doctrine:fixtures:load
23
24
0 commit comments