Skip to content

Commit ca79242

Browse files
Update README.md
1 parent 8cfc29b commit ca79242

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ cp .env.example .env
5151
~~~bash
5252
php artisan key:generate
5353
~~~
54-
55-
6. Start the server
54+
6. Configure db connection in `.env`
55+
7. Migrate migrations
56+
~~~bash
57+
php artisan migrate
58+
~~~
59+
8. Start the server
5660

5761
~~~bash
5862
npm run dev

0 commit comments

Comments
 (0)