cleancode-id/laravel6-api-boilerplate
Composer 安装命令:
composer create-project cleancode-id/laravel6-api-boilerplate
包简介
A Laravel 6 (LTS) Backend API starter project kit template/boilerplate.
README 文档
README
A Laravel 6 (LTS) Backend API starter project kit template/boilerplate.
Features
- Laravel 6 (latest v6.5) (Long-term support/LTS)
- Optimized for API Backend (without UI/views)
- Frontend Vue.js starter kit ready https://github.com/cleancode-id/laravel6-frontend-boilerplate
- Authentication with JWT
- Basic Features: Register, Login, Forgot Password, Update Profile & Password
- Unit & Feature Test
- Standard Coding Style & Clean Code
- Role & Permission (To Do)
- Authorization & Policies (To Do)
Installation
- Run
composer create-project --prefer-dist cleancode-id/laravel6-api-boilerplate - Edit
.envand set your database connection details - Run
php artisan key:generateandphp artisan jwt:secret - Run
php artisan migrate:fresh --seed
Usage
- Postman API Documentation Starter Kit https://documenter.getpostman.com/view/25676/SVfWN6KH
- Run Unit & Feature Test
php vendor/bin/phpunit
Credits
- Inspired from https://github.com/cretueusebiu/laravel-vue-spa
统计信息
- 总下载量: 335
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 82
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-06