page header

how can i delete page header ..??
2 Replies
ByteXR
ByteXR2y ago
You can get around not having header if you do something like this: protected function getHeading(): string|Htmlable { return ''; } Problem is if you define protected ?string $heading =null; it falls back to getTitle() which automatically creates heading depending on page name
moaaz_m_f
moaaz_m_f2y ago
https://filamentphp.com/docs/2.x/admin/dashboard/getting-started#customizing-the-dashboard-page then inside your new Dashboard class call
protected function getTitle(): string
{
return '';
}
protected function getTitle(): string
{
return '';
}
Filament
Getting started - Dashboard - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Want results from more Discord servers?
Add your server