joshwhatk/sentinel-guard
#Cent (An Auth Gaurd Implementation for stateless Sentinel) v1.0.1
Installation
-
Extend
UserModelin yourUsermodeluse Joshwhatk\Cent\UserModel; class User extends UserModel { ... -
Register the CentServiceProvider in your
config/app.phpJoshwhatk\Cent\CentServiceProvider::class, -
Change the api driver to
centin yourconfig/auth.php'guards' => [ 'api' => [ 'driver' => 'cent', 'provider' => 'users', ], ],
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
628,058,007
9,707