iget-master / api-base
There is no license information available for the latest version (dev-master) of this package.
An API Base for Laravel 5.2 API's
dev-master
2016-02-03 19:44 UTC
Requires
- php: >=7.0.0
- laravel/framework: 5.2.*
This package is auto-updated.
Last update: 2026-02-28 09:26:12 UTC
README
Description goes here.
Installation Guide
- Require
iget-master/api-baseon composer - Add the
Iget\ApiBase\ApiBaseServiceProvider::classservices provider onapp.phpconfiguration file.
Optional steps
Enable token based authentication
- Set
auth-tokenas Guard Driver onauth.phpconfiguration file. - Use only
Iget\ApiBase\Http\Middleware\Authenticate::classmiddleware on your API routes.
Configure User Provider to use our User model
- Set
Iget\ApiBase\Models\Useras model on your user provider