Relative Content

Tag Archive for phplaravellaravel-filament

Filament Action breaks when requiring confirmation

I have created a Filament action that fires an event to delete a model in a nested component. It works as expected if you don’t require confirmation but not if you do. I’ve made a loom and a gist of relevant code below

Tenant Relationship Error in Laravel Filament

The model [AppModelsTeam] does not have a relationship named [taxonomies]. You can change the relationship being used by setting it as the [$tenantRelationshipName] static property on the [AppFilamentAdminResourcesTaxonomyResource] resource class.