| Package Data | |
|---|---|
| Maintainer Username: | wisoot | 
| Package Create Date: | 2016-02-15 | 
| Package Last Update: | 2017-07-01 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-31 03:04:54 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 703 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 6 | 
| Total Watchers: | 3 | 
| Total Forks: | 3 | 
| Total Open Issues: | 0 | 
Jwt Guard is alternative Laravel 5.2 Guard Driver which is implemented using JSON Web Token (JWT)
The MIT License (MIT). Please see License File for more information.
To install this package you will need:
Via Composer
$ composer require wisoot/jwt-guard
Open config/app.php and, to your providers array at the bottom, add:
WWON\JwtGuard\Providers\JwtGuardServiceProvider::class
php artisan vendor:publish --provider="WWON\JwtGuard\Providers\JwtGuardServiceProvider"
Update jwt.php config to suit your project, run the migration, then you are good to go.
In config/auth.php config file you have access to jwt driver.