selho
selho
FFilament
Created by selho on 4/10/2025 in #❓┊help
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
FFilament
Created by selho on 4/9/2025 in #❓┊help
How to keep an resource/page on the right side navigation even though they are part of a cluster?
protected static bool $shouldRegisterNavigation = true; or overriding the equivalent method didn't work.
2 replies