ravindra289/api_boilerplate is a Laravel package for api boilerplate project in laravel 5.8..
It currently has 0 GitHub stars and 4 downloads on Packagist (latest version 1.0.1).
Install it with composer require ravindra289/api_boilerplate.
Discover more Laravel packages by ravindra289
or browse all Laravel packages to compare alternatives.
Last updated
Laravel API Boilerplate is a "starter kit" you can use to build your first API in seconds. As you can easily imagine, it is built on top of the awesome Laravel Framework. This version is built on Laravel 5.8! This project provides JWT based authentication, CORS setup, ENUM support and some of the helper functions out of the box.
Have a look at below files/folders in order to understand current implementation of this project
app/Http/Controllers/Authapp/Http/Middleware/VerifyJwtTokenapp/Helpers/global.php