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..
please check this URL 馃憤
http://laravelcode.com/post/method-tymonjwtauthcommandsjwtgeneratecommandhandle-does-not-exist
@silverlearn thank you for the link.
@tymondesigns WIKI is not updated about latest version supporting Laravel 5.5
Don't forget to do this aswell #1326
This Worked for me 馃憤
It also worked for me.
The file path: /vendor/tymon/jwt-auth/src/Commands/JWTGenerateCommand.php
Thanks.
@dinho19sp thanks it work
It's worked for me too, but I don't found another solution.
Most helpful comment
please check this URL 馃憤
http://laravelcode.com/post/method-tymonjwtauthcommandsjwtgeneratecommandhandle-does-not-exist