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 50c4ccc commit 60cb442Copy full SHA for 60cb442
README.md
@@ -43,6 +43,7 @@ A very simple Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
43
- `composer install`
44
- `cp .env.example .env`
45
- Update `.env` and set your database credentials
46
+- `php artisan key:generate`
47
- `php artisan migrate`
48
- `php artisan db:seed`
49
- `php artisan passport:install`
@@ -54,6 +55,9 @@ A very simple Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
54
55
56
- `docker-compose up -d`
57
- `docker exec -it vue-starter /bin/bash`
58
+- `composer install`
59
+- `cp .env.example .env`
60
61
62
63
0 commit comments