© 2026 Hedgehog Software, LLC
"http://localhost/app/dwa/settings" // routes/web.php:29
->tenantMenuItems([ MenuItem::make() ->label('Settings') ->url(route('filament.app.pages.settings')) ->icon('heroicon-m-cog-8-tooth'), // ... ])
MenuItem::make() ->label('Settings') ->url(fn() => url(Settings::getUrl())) ->icon('heroicon-m-cog-8-tooth'),
MenuItem::make() ->label('Settings') ->url(fn() => route('filament.app.pages.settings')) ->icon('heroicon-m-cog-8-tooth'),