I'm trying to install JWT in laravel but after a while I get this error. I had installed it before but I had to remove it (using composer remove) because I was not using it
Img: Error
I'm trying to install JWT in laravel but after a while I get this error. I had installed it before but I had to remove it (using composer remove) because I was not using it
Img: Error
It says
Target class [auth] does not exist
Make sure you have that correct in your current Laravel code, check for any residues, doesn't need to be in JWT it can be in your own app code, nonetheless that's where you want to start from.
The issue isn't in the installation i believe, as the error is coming after php artisan package:discover i believe that if you do composer dump-autoload you will get the same error even without installing that package, try that, if that's the case, then it's surely somewhere in your app code