disable dashboard
is there any method to disable/hide the dashboad on the left, so that only the blade content is displayed?
8 Replies
config/filament.php
pages => register
remove/comment Pages\Dashboard::class
I would like to disable it on a per user basis
you can create a custom dashboard page
https://filamentphp.com/docs/2.x/admin/dashboard/getting-started#customizing-the-dashboard-page
then you can hide/show the page
https://filamentphp.com/docs/2.x/admin/pages/getting-started#conditionally-hiding-pages-in-navigation
Filament
Getting started - Dashboard - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Filament
Getting started - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
i think he want to hide sidebar
yes, I thought that
conditionally hiding the sidebar?
Don't think it's possible. You could create a different layout file without the sidebar
If you are trying to do this, I agree