Unfortunately jwt-auth is currently not compatible with Laravel 5.8. Is there an update planned?
But there is no 5.8 release yet.
I think he was referring to:
https://packagist.org/packages/laravel/framework#dev-master
I'm about to upgrade to 5.8.x-dev for an upcoming release, but we are heavily dependant on jwt-auth. Looking forward to this compatibility update :)
It's time to make compatible.
Waiting for a release compatible with laravel 5.8. When will it be available?
Actually Laravel 5.8 was released and jwt-auth package is still not compatible:
Installation request for laravel/framework (locked at v5.8.0, required as 5.8.*) -> satisfiable by laravel/framework[v5.8.0].
Waiting for Laravel 5.8 Compatibility.
Hi, how do I install the compatible version? Thanks!
Until it's tagged you can install from the git commit hash using composer:
"tymon/jwt-auth": "dev-develop#34d8e48 as 1.0.0-rc.3.2"
It worked, thanks a lot!
I made a mistake though. Use dev-develop. Edited comment.
Ok, changed it and I think it's better, because nesbot was downgraded to v1.36.2, and now it's back to v2.14.2.
Thanks again!
Forgot to close this one. Release has been made for this
dev
how i could not get you
Use latest tymon and replace the fire function by dispatch. fire function has been deprecated in new version laravel 5.8..
how to make an authentication system on laravel using auth firebase
Most helpful comment
Until it's tagged you can install from the git commit hash using composer:
"tymon/jwt-auth": "dev-develop#34d8e48 as 1.0.0-rc.3.2"