Skip to content

Commit 1d787b4

Browse files
author
Tony Lea
committed
updating correct .env with creds
1 parent d9cf563 commit 1d787b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ To install the starter kit, run the following command:
1717

1818
1. git clone https://github.com/laravel/vue-starter-kit
1919
2. cd vue-starter-kit
20-
3. composer run dev
20+
3. copy .env.example .env
21+
4. install dependencies `npm install && composer install`
22+
5. run migrations `php artisan migrate`
23+
6. add encryption key `php artisan key:generate`
24+
7. start the asset watcher `npm run dev`
25+
26+
Visit the URL for your app and you're good to go!
2127

2228
## Icons
2329

0 commit comments

Comments
 (0)