Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamasakiBrain authored Feb 1, 2023
1 parent 8cfc29b commit ca79242
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ cp .env.example .env
~~~bash
php artisan key:generate
~~~

6. Start the server
6. Configure db connection in `.env`
7. Migrate migrations
~~~bash
php artisan migrate
~~~
8. Start the server

~~~bash
npm run dev
Expand Down

0 comments on commit ca79242

Please sign in to comment.