July 2018
Intermediate to advanced
420 pages
8h 46m
English
Let's learn how to install and configure tymon/jwt-auth.
The installation process is pretty simple, but, as the tymon/jwt-auth library is in constant development, we should take some care related what the version we will use:
Open the project/composer.json file and add the following line of code, right after Laravel/Tinker:
"tymon/jwt-auth": "1.0.*"
php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider"
Read now
Unlock full access