[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'Tymon\JWTAuth\Providers\JWT\NamshiAdapter' not found
The class is named Namshi.php instead of NamshiAdapter.php.
Where/how did you fixed it?
I realized that I was using and old version of the config file. Deleted the old version of the config file and published the new one and it worked.
find you jwt.php of config file, update three part
This still happens with v-1.0.0-RC2. Perhaps revise php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\JWTAuthServiceProvider" routine
angel8731 commented on Oct 11, 2017 fixed my error thank you
Good article.
|-_-| Thanks
Most helpful comment
find you jwt.php of config file, update three part
i have fixed it and it worked