2017 © Pedro Peláez
 

library sentinel-guard

Laravel Guard for Cartalyst's Sentinel

image

joshwhatk/sentinel-guard

Laravel Guard for Cartalyst's Sentinel

  • Monday, April 11, 2016
  • by joshwhatk
  • Repository
  • 1 Watchers
  • 3 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Cent (An Auth Gaurd Implementation for stateless Sentinel) v1.0.1

Installation

  • Extend UserModel in your User model, (*1)

    use Joshwhatk\Cent\UserModel;
    
    class User extends UserModel
    {
        ...
    
  • Register the CentServiceProvider in your config/app.php, (*2)

    Joshwhatk\Cent\CentServiceProvider::class,
    
  • Change the api driver to cent in your config/auth.php, (*3)

    'guards' => [
        'api' => [
            'driver' => 'cent',
            'provider' => 'users',
        ],
    ],
    

The Versions

11/04 2016

dev-master

9999999-dev

Laravel Guard for Cartalyst's Sentinel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joshua Friend

11/04 2016

dev-dev-master

dev-dev-master

Laravel Guard for Cartalyst's Sentinel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joshua Friend

11/04 2016

v1.0.1

1.0.1.0

Laravel Guard for Cartalyst's Sentinel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joshua Friend

02/03 2016

v1.0.0

1.0.0.0

Laravel Guard for Cartalyst's Sentinel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joshua Friend