An open API service indexing awesome lists of open source software.

https://github.com/digitaldreams/laravel-api-boilerplate

Laravel API boilerplate with built in User, Role, Permission, Password, Dingo
https://github.com/digitaldreams/laravel-api-boilerplate

dingo laravel laravel-api-boilerplate league-fractal passport

Last synced: 10 months ago
JSON representation

Laravel API boilerplate with built in User, Role, Permission, Password, Dingo

Awesome Lists containing this project

README

          

Dingo are used for making API.
Its widely used package for API making in Laravel.
https://github.com/dingo/api

Fractal are used for Data Transformer
https://fractal.thephpleague.com/

Laravel Passport are used for API authentication .
https://laravel.com/docs/5.7/passport

List of command to install.

`composer install`
`php artisan migrate --seed`
`php artisan api:cache`

[API documentation](https://documenter.getpostman.com/view/124294/Rzfatscs)

[Postman Collection](https://www.getpostman.com/collections/d968d713eee7f6044571)