Skip to content

Commit 8cfc29b

Browse files
Update README.md
1 parent 7e2370e commit 8cfc29b

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
@@ -47,14 +47,18 @@ npm run init
4747
~~~bash
4848
cp .env.example .env
4949
~~~
50+
5. Create key for app
51+
~~~bash
52+
php artisan key:generate
53+
~~~
5054

51-
5. Start the server
55+
6. Start the server
5256

5357
~~~bash
5458
npm run dev
5559
~~~
5660

57-
6. Build the server
61+
7. Build the server
5862

5963
~~~bash
6064
npm run build

0 commit comments

Comments
 (0)