Seiten · Laravilt
Clusters
Group related pages under a single navigation item with sub-navigation.
A cluster groups related pages under a single navigation item. The pages then share a sub-navigation.
Creating a Cluster
bash
| Argument / option | Description |
|---|---|
panel | Panel name |
name | Cluster class name |
--icon=Folder | Navigation icon |
--sort=0 | Navigation sort order |
--group= | Navigation group |
This creates app/Laravilt/Admin/Clusters/Reports.php:
php
Assigning Pages to a Cluster
php
Cluster Properties
| Property | Type | Description |
|---|---|---|
$navigationIcon | ?string | Lucide icon |
$navigationLabel | ?string | Navigation label |
$navigationSort | ?int | Sort order |
$navigationGroup | ?string | Parent navigation group |
$slug | ?string | URL segment |
$shouldRegisterNavigation | bool | Show in navigation |
$clusterBreadcrumb | ?string | Breadcrumb label |