Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Laravel API boilerplate with built in User, Role, Permission, Password, Dingo
- Host: GitHub
- URL: https://github.com/digitaldreams/laravel-api-boilerplate
- Owner: digitaldreams
- Created: 2018-11-29T02:54:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T02:56:19.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T11:11:09.169Z (about 1 month ago)
- Topics: dingo, laravel, laravel-api-boilerplate, league-fractal, passport
- Language: PHP
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
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/apiFractal are used for Data Transformer
https://fractal.thephpleague.com/Laravel Passport are used for API authentication .
https://laravel.com/docs/5.7/passportList 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)