tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.24k stars 1.55k forks source link

No Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() #1348

Open dinho19sp opened 6 years ago

dinho19sp commented 6 years ago

Don't have the method handle(); return Exception in Laravel 5.5.

My solution is add the method in the file Tymon\JWTAuth\Commands\JWTGenerateCommand.php

public function handle(){ $this->fire(); }

pelase check this..

SilverLearn commented 6 years ago

please check this URL 👍 http://laravelcode.com/post/method-tymonjwtauthcommandsjwtgeneratecommandhandle-does-not-exist

eleftrik commented 6 years ago

@silverlearn thank you for the link. @tymondesigns WIKI is not updated about latest version supporting Laravel 5.5

aconital commented 6 years ago

Don't forget to do this aswell #1326

jeffryjdelarosa commented 6 years ago

This Worked for me 👍

Walterisimo commented 6 years ago

It also worked for me. The file path: /vendor/tymon/jwt-auth/src/Commands/JWTGenerateCommand.php

Thanks.

irfanabdurrasyid commented 6 years ago

@dinho19sp thanks it work

glodzienski commented 6 years ago

It's worked for me too, but I don't found another solution.