My code in on production and I ran
php artisan config:clear
After that, my code was not running. The index pages and all other pages went
Here is what I did to solve it:
storage and auth with: 'auth' => 'Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter',
'storage' => 'Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter'
/bootstrap/cache/config.php and delete itphp artisan config/cachephp artisan jwt:generatephp artisan vendor:publish --provider="Tymon\JWTAuth\Providers\JWTAuthServiceProvider"and that should do it!