Skip to content

Commit 22fe672

Browse files
authored
Update README.md
1 parent 00ac01f commit 22fe672

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ composer create-project spiral/app-keeper --stability dev
4242
Once the application is installed you can ensure that it was configured properly by executing:
4343

4444
```
45-
$ php app.php configure
45+
$ php app.php configure -vv
46+
```
47+
48+
Migrate the database:
49+
50+
```
51+
$ php app.php migrate:init
52+
$ php app.php migrate
4653
```
4754

4855
Seed user accounts:

0 commit comments

Comments
 (0)