ravindra289 / api_boilerplate
API boilerplate project in Laravel 5.8.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Type:project
Requires
- php: ^7.1.3
- ext-json: *
- barryvdh/laravel-cors: ^1.0
- bensampo/laravel-enum: ^1.29
- fideloper/proxy: ^4.0
- laravel/framework: 5.8.*
- laravel/tinker: ^1.0
- maatwebsite/excel: ^3.1
- symfony/translation: 4.3.8
- tymon/jwt-auth: 1.0.*
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-10-30 01:53:50 UTC
README
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
- JWT-Auth - tymondesigns/jwt-auth.
- Laravel-CORS - barryvdh/laravel-cors.
- Laravel-Enum BenSampo/laravel-enum.
- Laravel-Excel(3.1) Maatwebsite/Laravel-Excel.
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