Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gheav committed Sep 9, 2021
2 parents c84480b + d6de41f commit 5250eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

## Setup

- Run `db:create` to create a new database schema.
- Copy `env` to `.env` and tailor for your app, specifically the baseURL and any database settings.
- Run `db:create` to create a new database schema.
- Run `php spark migrate` to running database migration
- Run `php spark db:seed users` to seeding default database user
- Run `php spark key:generate` to create encrypter key
Expand Down

0 comments on commit 5250eac

Please sign in to comment.