ravindra289/api_boilerplate

API boilerplate project in Laravel 5.8.

1.0.1 2020-01-09 11:37 UTC

README

68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f6474666276766b79702f696d6167652f75706c6f61642f76313536363333313337372f6c61726176656c2d6c6f676f6c6f636b75702d636d796b2d7265642e737667

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