Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist
Today, we are install laravel 5.5 and install tymon/jwt-auth package in my laravel 5.5 application. and we are set service providers and aliases also. but when we are try to generate jwt key run by following command. php artisan jwt:generate After run above command you can face following error message in terminal. [ReflectionException] Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist Then we are search on google then i was realize in laravel 5......
Continue reading By : Laravelcode September 22, 2017 Category 27777 views