Matthew
hey i have an ServerResource that have a relation with subServers and in my Server index table i wan
I usually create a slideover infolist, or sometimes widget table with all my related model data.
You can have infolist with specific actions etc.
It would be good if out the box you couyld have two tables with a parent model and the child model on the second table on parent row selection. But you can't.
19 replies
Advice: How to access "related" models in a different database
Multi database tenancy is very tricky.
I'd consider whether that is really what you need, these days they are falling out of fashion.
Or, assuming your using a proper database engine, if you are using UUID, what about a single database that collects the views from the others into single virtual tables and build the relationships to there.
Alternatively, can you not just tenant the Admin user?
6 replies
Injecting content just after the body tag when using filament
https://filamentphp.com/docs/3.x/support/render-hooks
There is a Body tag hook
10 replies