->plugins([
CuratorPlugin::make(),
EnvironmentIndicatorPlugin::make()
->showBadge(false)
->showBorder(true)
->color(fn () => match (app()->environment()) {
'production' => Color::hex('#dc2626'),
'staging' => Color::hex('#ea580c'),
default => Color::hex('#2563eb'),
}),
FilamentNavigation::make(),
FilamentUsersPlugin::make(),
FilamentSpatieRolesPermissionsPlugin::make()
]);
->plugins([
CuratorPlugin::make(),
EnvironmentIndicatorPlugin::make()
->showBadge(false)
->showBorder(true)
->color(fn () => match (app()->environment()) {
'production' => Color::hex('#dc2626'),
'staging' => Color::hex('#ea580c'),
default => Color::hex('#2563eb'),
}),
FilamentNavigation::make(),
FilamentUsersPlugin::make(),
FilamentSpatieRolesPermissionsPlugin::make()
]);