vinkla / laravel-hashids

A Hashids bridge for Laravel
MIT License
2k stars 173 forks source link

Laravel 6 support #117

Closed oligoca closed 4 years ago

oligoca commented 4 years ago

Any planes for laravel 6?

RobertCordes commented 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",

oligoca commented 4 years ago

thank you Rob. Works now.