- Notifications
You must be signed in to change notification settings - Fork200
Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template
License
NotificationsYou must be signed in to change notification settings
AnowarCST/laravel-vue-crud-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A very simple Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template for SPA Application.
- Laravel 8
- Vue 2 + VueRouter + vue-progressbar + sweetalert2 + laravel-vue-pagination
- Laravel Passport
- Admin LTE 3 + Bootstrap 4 + Font Awesome 5
- PHPUnit Test Case/Test Coverage
- Modal based Create+Edit, List with Pagination, Delete with Sweetalert
- Login, Register, Forget+Reset Password as default auth
- Profile, Update Profile, Change Password, Avatar
- Product Management
- User Management
- Settings: Categories, Tags
- 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
git clone https://github.com/AnowarCST/laravel-vue-crud-starter.git
cd laravel-vue-crud-starter/
composer install
cp .env.example .env
- Update
.env
and set your database credentials php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan passport:install
npm install
npm run dev
php artisan serve
docker-compose up -d
docker exec -it vue-starter /bin/bash
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan passport:install
- Applicationhttp://localhost:8008/
- Adminer for Databasehttp://localhost:8080/
- DBhost: yourIP:3307, user: root, Password: 123456
# run PHPUnit all test casesvendor/bin/phpunit# or Feature test onlyvendor/bin/phpunit --testsuite Feature
# reports is a directory namevendor/bin/phpunit --coverage-html reports/
Areports
directory has been created for code coverage report. Open the dashboard.html.
This repository is motivated byHujjat/laravStart and his awesome video tutorial inYoutube.
About
Laravel 8 + Vue 2 + AdminLTE 3 based Curd Starter template
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.