2017 © Pedro Peláez
 

library api-base

An API Base for Laravel 5.2 API's

image

iget-master/api-base

An API Base for Laravel 5.2 API's

  • Wednesday, February 3, 2016
  • by iget-master
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

API Base

Description goes here., (*1)

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

The Versions

03/02 2016

dev-master

9999999-dev

An API Base for Laravel 5.2 API's

  Sources   Download

The Requires

 

by Elias Soares