Laravel 7 (LTS) Backend API Features Laravel 7 (Long-term support/LTS) Optimized for API Backend (without UI/views) Frontend Vue.js starter kit ready https://github.com/deepdiving/laravel-API-AccessKit-Vue.js 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