Combining Clusters with Pages? Or on the wrong way?
Hey all,
https://demo.filamentphp.com/shop/products/products
Here we do see a cluster... but I am trying to accomplish something slightly different and asking what would we the best way to set it up?
I have Model and the ViewModel Page should have a cluster with following Navigation items:
1. Dashboard
2. Informations
3. RelatedModel1
4. RelatedModel2
My head is stucking on how to accomplish this. Is this possible with Clusters? Or do I need to go a different route?
Thanks!
2 Replies
something like this:
https://demo.larazeus.com/admin/forms/test
you can use
getRecordSubNavigation
https://filamentphp.com/docs/3.x/panels/resources/getting-started#resource-sub-navigationThanks! This helps.