We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cf563 commit 1d787b4Copy full SHA for 1d787b4
README.md
@@ -17,7 +17,13 @@ To install the starter kit, run the following command:
17
18
1. git clone https://github.com/laravel/vue-starter-kit
19
2. cd vue-starter-kit
20
-3. composer run dev
+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!
27
28
## Icons
29
0 commit comments