Download the PHP package cleancode-id/laravel6-api-boilerplate without Composer
On this page you can find all versions of the php package cleancode-id/laravel6-api-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cleancode-id/laravel6-api-boilerplate
More information about cleancode-id/laravel6-api-boilerplate
Files in cleancode-id/laravel6-api-boilerplate
Download cleancode-id/laravel6-api-boilerplate
More information about cleancode-id/laravel6-api-boilerplate
Files in cleancode-id/laravel6-api-boilerplate
Vendor cleancode-id
Package laravel6-api-boilerplate
Short Description A Laravel 6 (LTS) Backend API starter project kit template/boilerplate.
License MIT
Package laravel6-api-boilerplate
Short Description A Laravel 6 (LTS) Backend API starter project kit template/boilerplate.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel6-api-boilerplate
Laravel 6 (LTS) Backend API Boilerplate
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
.env
and set your database connection details - Run
php artisan key:generate
andphp 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
All versions of laravel6-api-boilerplate with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
fideloper/proxy Version ^4.0
laravel/framework Version ^6.0
laravel/tinker Version ^1.0
tymon/jwt-auth Version 1.0.0-rc.5
fideloper/proxy Version ^4.0
laravel/framework Version ^6.0
laravel/tinker Version ^1.0
tymon/jwt-auth Version 1.0.0-rc.5
The package cleancode-id/laravel6-api-boilerplate contains the following files
Loading the files please wait ....