Skip to content

Commit

Permalink
Updated composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AnowarCST committed Jul 30, 2020
2 parents ecda1d7 + cba0e07 commit 59ac7bc
Show file tree
Hide file tree
Showing 11 changed files with 733 additions and 388 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME="Laravel Stater"
APP_NAME="Laravel Starter"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
Expand Down
11 changes: 0 additions & 11 deletions Jenkinsfile

This file was deleted.

17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## About Repository

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

## Tech Specification

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

## Installation

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

## Install with Docker

- `docker-compose up -d`
- `docker exec -it vue-starter /bin/bash`
- `php artisan migrate`
- `php artisan db:seed`
- `php artisan passport:install`
- Application http://localhost:8008/
- Adminer for Database http://localhost:8080/
- DBhost: yourIP:3307, user: root, Password: 123456


## Unit Test

#### run PHPUnit
Expand Down
Loading

0 comments on commit 59ac7bc

Please sign in to comment.