2017 © Pedro Peláez
 

library sentinel-guard

image

rojtjo/sentinel-guard

  • Wednesday, March 22, 2017
  • by Rojtjo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 321 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

sentinel-guard

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This package implements the Illuminate\Contracts\Auth\StatefulGuard interface using Sentinel., (*2)

Install

Via Composer, (*3)

``` bash $ composer require rojtjo/sentinel-guard, (*4)


Install the service provider:

// config/app.php, (*5)

'providers' => [ ... Rojtjo\SentinelGuard\SentinelGuardServiceProvider::class, ],, (*6)


Configure the guard: ``` php // config/auth.php [ 'guards' => [ 'web' => [ 'driver' => 'sentinel', 'provider' => 'users', ], ], ];

Change log

Please see CHANGELOG for more information on what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email me@rojvroemen.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions