Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored May 8, 2020
1 parent 00ac01f commit 22fe672
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ composer create-project spiral/app-keeper --stability dev
Once the application is installed you can ensure that it was configured properly by executing:

```
$ php app.php configure
$ php app.php configure -vv
```

Migrate the database:

```
$ php app.php migrate:init
$ php app.php migrate
```

Seed user accounts:
Expand Down

0 comments on commit 22fe672

Please sign in to comment.