Version Laravel 5.5
tymon/jwt-auth : 1.0.0-rc.1
I am in laravel 5.5 and when I add in app.php "JWTAuthServiceProvider" can not find it, as I should do to take it.
regards
Here are the installation instructions:
https://github.com/tymondesigns/jwt-auth/blob/docs/docs/laravel-installation.md
Thank you very much, you saved my day.
I had this issue even after following the instructions. The issue was that the JWTAuthServiceProvider appeared in /bootstrap/cache/config.php . When I removed that line, then it worked.
Hope this can help someone else.
in 1.0.0-rc.1, the contents of jwt-auth/src/Providers/ is very different than 0.5.12. In RC 1, there is no JWTAuthServiceProvider, and it throws error
Class 'Tymon\JWTAuth\Providers\JWTAuthServiceProvider' not found
Most helpful comment
Here are the installation instructions:
https://github.com/tymondesigns/jwt-auth/blob/docs/docs/laravel-installation.md