John Trickett
Relation Manager for pivot table
Hi everyone! Could do with some guidance please.
I have the following models:
1. Sites
2. Services
3. Contractors
I have a pivot table called site_services_contractors that has the following:
site_id,
service_id,
contractor_id
The idea being that for a specific site we can record which contractor carries out a particular service.
I'm trying to set this up as a relation manager in Filament but I can't seem to get it working.
Has anyone done anything similar to this before?
6 replies
Add settings page to a resource
Hi!
I have a created a settings page using the Spatie Laravel Settings plugin. The page has been added to my navigation and works great.
This settings page is related to a resource. Ideally I'd like for the page to be viewed on the resource page, below the table.
Has anyone done this before? I maybe missing it in the docs but it isn't clear on if this is achievable.
Any assistance would be greatly appreciated 👍
2 replies