LaravelPackages.net
Acme Inc.
Toggle sidebar
cleancode-id/laravel6-api-boilerplate

A Laravel 6 (LTS) Backend API starter project kit template/boilerplate.

335
82
v1.7.0
About cleancode-id/laravel6-api-boilerplate

cleancode-id/laravel6-api-boilerplate is a Laravel package for a laravel 6 (lts) backend api starter project kit template/boilerplate.. It currently has 82 GitHub stars and 335 downloads on Packagist (latest version v1.7.0). Install it with composer require cleancode-id/laravel6-api-boilerplate. Discover more Laravel packages by cleancode-id or browse all Laravel packages to compare alternatives.

Last updated

Laravel 6 (LTS) Backend API Boilerplate

Build Status StyleCI Latest Stable Version

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 and php 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

Star History Chart