banner
banner copied to clipboard
[Bug]: Banner is not showing up on public pages
What happened?
If I have a regular public page the page (accessible without authentication) the banner does not show up. Is there a trait I can pull in to display the banner if active?
How to reproduce the bug
Create a custom filament page Create a public route to this page
i.e.
Route::get('/app/privacy',
Pages\Privacy::class)->withoutMiddleware([Authenticate::class])->name('filament.app.pages.privacy');
Package Version
0.0.9
PHP Version
8.2.27
Laravel Version
11.35
Which operating systems does with happen with?
macOS
Notes
No response