Are you certain that the installation went though without any issues?
What is the output of (any errors?)
composer require tymon/jwt-auth "^1.0"
I have installed tymon/jwt-auth version "^1.0" in Laravel version 8. After install publish not working
and giving error
In ProviderRepository.php line 208:
Class 'Tymon\JWTAuth\Providers\LaravelServiceProvider' not found
Can you give me the solution so that I can solve my problem
Strange. Try the following
composer update
php artisan optimize:clear
php artisan jwt:secret
Please or to participate in this conversation.