iget-master/api-base

An API Base for Laravel 5.2 API's
9
Install
composer require iget-master/api-base
PHP:>=7.0.0
Last Updated:Feb 3, 2016
Links: GitHub  ·  Packagist
Maintainer: iget-master

API Base

Description goes here.

Installation Guide

  • Require iget-master/api-base on composer
  • Add the Iget\ApiBase\ApiBaseServiceProvider::class services provider on app.php configuration file.

Optional steps

Enable token based authentication

  • Set auth-token as Guard Driver on auth.php configuration file.
  • Use only Iget\ApiBase\Http\Middleware\Authenticate::class middleware on your API routes.

Configure User Provider to use our User model

  • Set Iget\ApiBase\Models\User as model on your user provider

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

619,738,036 9,700
laravel/framework

The Laravel Framework.

564,719,134 34,875
laravel/tinker

Powerful REPL for the Laravel framework.

475,095,200 7,439