Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
retamayo opened this issue Mar 13, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@retamayo
Copy link

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

  • "lara-zeus/sky": "^3.4",
  • "laravel/framework": "^10.10",
  • "filament/filament": "3.2",

Steps

  • Install plugin according to navigation
  • Open Post or Library Resource

Package Version

3.4

PHP Version

8.3

Laravel Version

10.10

Which operating systems does with happen with?

Windows

Notes

No response

@retamayo retamayo added the bug Something isn't working label Mar 13, 2024
@atmonshi
Copy link
Member

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
Copy link

arbet commented Mar 15, 2024

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
Copy link
Member

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants