codecasts / laravel-jwt

Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
MIT License
234 stars 27 forks source link

update key generate command to work in laravel 5.5 #11

Closed motia closed 7 years ago

motia commented 7 years ago

fixes #10 Laravel 5.5 requires changing fire method to handle, however there will be no BC as the handle method is supported since Laravel 5.0

hernandev commented 7 years ago

thanks!