-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are no commands defined in the "jwt" namespace (error) #205
Comments
Just did a fresh install here, and everything seems to be working fine. If so, please, paste the code/commands you are trying to execute, so we can try to help. |
Yep, must be something else going on. Make sure you have set up the service provider etc |
Just my 50 cents |
worked after clearing config cache. |
omg, @jcaillot u saved me ,thanks |
you can uncomment ://$app->register(App\Providers\AppServiceProvider::class); |
Clearing of config, save my day. php artisan config:clear |
nothing is working to me... it's a fresh install and i followed all steps of the wiki... i will remove and install again from developer branch. |
same here also any help @leandroruel |
@akinolu52 i already solved my problem. just get the lastest release on develop branch and be happy |
For anyone running Laravel >=5.5 make sure you have |
thanks @dambrogia you saved my time :D |
Same issue with Laravel 5.7.8 here. I able to solved it by add following line in config/app.php
Reference here |
Having the same issue in laravel 5.7 application. just add |
where your add script. are in .env? |
This doesn't work... I have a complete fresh install and none of the code added to the entire issue works for latest lumen. |
in your composer.json file. |
The issue here is the order how to do things, you have to enable all facades and providers first before attempting the jwt:secret from cli. |
I had the same issue in Laravel 5.7... Solved it by updating
and then run
and finally, add following line in
|
Thank you |
use |
@philwamba worked for me. thanks |
I follow the steps as is explained in the wiki. But I have this error when generating the secretkey.
" [InvalidArgumentException]
There are no commands defined in the "jwt" namespace."
My version of laravel is laravel Framework version 5.1.9 (LTS)
as I can fix it?
The text was updated successfully, but these errors were encountered: