cviebrock / eloquent-taggable

Easily add the ability to tag your Eloquent models in Laravel.
MIT License
537 stars 72 forks source link

Laravel 10 support #138

Closed hongchrbin closed 1 year ago

hongchrbin commented 1 year ago

Thank you for developing this package.

I tried updating to Laravel 10 and got the following error from composer.

Do you have any update plans for Laravel 10?

Thank you.

"require": {
    "cviebrock/eloquent-taggable": "^9.0",
}
Problem 1
    - cviebrock/eloquent-taggable 9.0.0 requires illuminate/config ^9.0 -> found illuminate/config[v9.0.0, ..., v9.52.0] but these were not loaded, likely because it conflicts with another require.
cviebrock commented 1 year ago

I'm working on it now, but I think something has changed with the way inverse relations are handled in Eloquent. Just investigating now, but feel free to pull the laravel-10 branch and check it out.

cviebrock commented 1 year ago

New version pushed!