Closed oligoca closed 4 years ago
I was just trying to update my dependencies when I got an error. As it turns out Laravel 6 support is already there, I just had the wrong version of this package. Take a look at your composer.json, I had to change it to version 7.
"vinkla/hashids": "^6.0",
to "vinkla/hashids": "^7.0",
thank you Rob. Works now.
Any planes for laravel 6?