LaravelPackages.net
Acme Inc.
Toggle sidebar
ravindra289/api_boilerplate

API boilerplate project in Laravel 5.8.

4
0
1.0.1
About ravindra289/api_boilerplate

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 for Laravel 5.8

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.

This project uses below packages

Note: This is a completely API based project

Have a look at below files/folders in order to understand current implementation of this project

  • app/Http/Controllers/Auth
  • app/Http/Middleware/VerifyJwtToken
  • app/Helpers/global.php

Star History Chart