tymondesigns / jwt-auth

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

Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist #1982

Open atefehkianfar1 opened 4 years ago

atefehkianfar1 commented 4 years ago

Subject of the issue

After installing the package I tried to run PHP artisan jwt:generate but I got the error : Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist I used this package several times but it was the first time it happened by doing this the problems goes away: add this function public function handle() { $this->fire(); } in Commands\JWTGenerateCommand: file

omidrezasalari commented 4 years ago

@atefehkianfar1 open this link https://www.laravelcode.com/post/method-tymonjwtauthcommandsjwtgeneratecommandhandle-does-not-exist

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.