Generation of a token does not work. In the command you don't have a handle() method.
Instead, fire() is used, and laravel does not like that.
| Bug? | yes
| New Feature? | no
| Framework | Laravel
| Framework version | 5.6.33
| Package version | 0.5.12
| PHP version | 7.2.8
Run command php arisan jwt:generate
Generate a new secret token
ReflectionException / Method handle() does not exist
use this:
composer require tymon/jwt-auth:dev-develop
and the command has changed to
php artisan jwt:secret
Most helpful comment
use this:
and the command has changed to