lara-zeus / sky

CMS for your website. it include posts, pages, tags, and categories. with a frontend scaffolding ready to use
https://larazeus.com/sky
MIT License
136 stars 25 forks source link

[Bug]: Method Filament\Tables\Columns\SpatieTagsColumn::hasRelationship does not exist. #198

Open retamayo opened 5 months ago

retamayo commented 5 months ago

What happened?

Followed install process in the docs (v3) Tried opening Posts resource but im getting this error

How to reproduce the bug

Dependency Version

Steps

Package Version

3.4

PHP Version

8.3

Laravel Version

10.10

Which operating systems does with happen with?

Windows

Notes

No response

atmonshi commented 5 months ago

I cant reproduce this issue unfortunately. did a new installation on laravel 10.10 and new filament 3.2 and sky 3.4

can you run php artisan about to get the exact versions? maybe run composer update also are you using filament/spatie-laravel-tags-plugin make sure it is in the same version as filament.

arbet commented 5 months ago

I am having the same issue after running composer update, and I am using the latest version of both filament and spatie laravel tags

I checked the method and it is actually not present in version 3.2.50

atmonshi commented 5 months ago

gonna need more information guys :)

one solution I found in discord thats worked for others:

"Your filament/filament version is 3.1.8 while the subpackages (filament/spatie-laravel-media-library-plugin) are on v3.2.37 Please constrain all filament packages to ^3.2 and run composer update to update the packages to the correct version"