selho
Nested resources mixed with custom pages within a same "cluster"
Hello guys! I'm trying out filament for a project which is already implemented in Livewire, and deciding if it's worth migrating it to Filament for productivity boost in the future.
I'm trying to do things in a filament "native" way as much as I can. One of my requirements is to have nested resources pages mixed with custom pages (within the same cluster/sub-page).
Filament doesn't support nested resources out of the box, so I tried the filament-nested-resources plugin (https://github.com/GuavaCZ/filament-nested-resources). But it seems like it doesn't really support custom pages within a nested resource, and also hides the inner resources from the side bar (which I don't want).
Is there an easy way to do this that I'm missing?
Thanks!
2 replies