cviebrock / eloquent-sluggable

Easy creation of slugs for your Eloquent models in Laravel
MIT License
3.91k stars 461 forks source link

Laravel 9 compability #577

Closed carbonvader closed 2 years ago

carbonvader commented 2 years ago

composer.json updated for Laravel 9 which will be released this month.

The patch can be tested/used by others by adding my repository to composer.json until it's released officially.

{
    "require": {
        "cviebrock/eloquent-sluggable": "dev-laravel-9-patch",
    }
}

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/carbonvader/eloquent-sluggable.git"
        }
]
cviebrock commented 2 years ago

Thanks. I merged the other PR first, so this isn't needed anymore. But thank you ... a new version will be out shortly.