File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/book/v6/installation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Use an existing empty one or create a new **MariaDB**/**MySQL** database.
88
99With a database created, fill out the database connection params in ` config/autoload/local.php ` under ` $databases['default'] ` .
1010
11- #### Creating migrations
11+ ### Creating migrations
1212
1313Create a new migration by running:
1414
@@ -18,7 +18,7 @@ php ./vendor/bin/doctrine-migrations diff
1818
1919The new migration file will be placed in ` src/Core/src/App/src/Migration/ ` .
2020
21- #### Running migrations
21+ ### Running migrations
2222
2323Execute a new migration by running:
2424
@@ -32,7 +32,7 @@ This command will prompt you to confirm that you want to run it:
3232
3333Hit ` Enter ` to confirm the operation.
3434
35- ## Executing fixtures
35+ ### Executing fixtures
3636
3737** Fixtures are used to seed the database with initial values and should be executed after migrating the database.**
3838
You can’t perform that action at this time.
0 commit comments