Skip to content

Commit 59ac7bc

Browse files
committed
Updated composer packages
2 parents ecda1d7 + cba0e07 commit 59ac7bc

File tree

11 files changed

+733
-388
lines changed

11 files changed

+733
-388
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME="Laravel Stater"
1+
APP_NAME="Laravel Starter"
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true

Jenkinsfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## About Repository
55

6-
A very simple Laravel 6 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA Application.
6+
A very simple Laravel 7 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA Application.
77
<p align="center">
88
<img src="https://i.imgur.com/mZAHbUL.png">
99
<img src="https://i.imgur.com/3hhoQnq.png">
@@ -13,7 +13,7 @@ A very simple Laravel 6 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
1313

1414
## Tech Specification
1515

16-
- Laravel 6.2
16+
- Laravel 7
1717
- Vue 2 + VueRouter + vue-progressbar + sweetalert2 + laravel-vue-pagination
1818
- Laravel Passport
1919
- Admin LTE 3 + Bootstrap 4 + Font Awesome 5
@@ -30,6 +30,7 @@ A very simple Laravel 6 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
3030
- Frontend and Backend User ACL with Gate Policy (type: admin/user)
3131
- Simple Static Dashboard
3232
- Developer Options for OAuth Clients and Personal Access Token
33+
- Build with Docker
3334

3435
## Installation
3536

@@ -45,6 +46,18 @@ A very simple Laravel 6 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA
4546
- `npm run dev`
4647
- `php artisan serve`
4748

49+
## Install with Docker
50+
51+
- `docker-compose up -d`
52+
- `docker exec -it vue-starter /bin/bash`
53+
- `php artisan migrate`
54+
- `php artisan db:seed`
55+
- `php artisan passport:install`
56+
- Application http://localhost:8008/
57+
- Adminer for Database http://localhost:8080/
58+
- DBhost: yourIP:3307, user: root, Password: 123456
59+
60+
4861
## Unit Test
4962

5063
#### run PHPUnit

0 commit comments

Comments
 (0)