sentinel-guard
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![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)