How to create a page without Filament layout?

I want to create a page in my admin panel but I don't want it to have Filament layout. How can I do that?
5 Replies
Dennis Koch
Dennis Koch2y ago
What do you mean by "Filament layout"? The whole topbar, sidebar, etc?
Atena.D
Atena.DOP2y ago
yes
Dennis Koch
Dennis Koch2y ago
Don't use Filament for it then. Just create a route outside of Filament. I think even if you omit <x-filament-page> in the view, the layout will be there.
Atena.D
Atena.DOP2y ago
Then how can I add filament authentication and authorizations to it
Dennis Koch
Dennis Koch2y ago
You could apply them via the route or controller like usually in Laravel. Filament Auth is just auth()->user()->canAccessFilament()
Want results from more Discord servers?
Add your server