Skip to content

How to create a public page accessible on public or unauthenticated ? #8843

Answered by pboivin
nlvrendell asked this question in Help
Discussion options

You must be logged in to vote

If your page extends SimplePage, you can use the following wrapper component in your Blade view:

<x-filament-panels::page.simple>
    ...
</x-filament-panels::page.simple>

Then, you can register the page in your routes/web.php like other pages of your app:

Route::get('/my-page', MyPage::class)->name('my-page');

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@nlvrendell
Comment options

@almontasser
Comment options

Answer selected by nlvrendell
Comment options

You must be logged in to vote
3 replies
@nlvrendell
Comment options

@kofiarkoh
Comment options

@404us3r
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
5 participants