Pages that can be access witout login

Is possible to create a Welcome page before the login that everyone can access?
5 Replies
awcodes
awcodes2y ago
Just create a regular Laravel route and view.
josef
josef2y ago
This. You can re-use filament components to match look&feel.
Rootes
RootesOP2y ago
Ummm, I did try that at first but send me to the login.. for sure i did miss something.
awcodes
awcodes2y ago
is your panel set to be the '/' root of your app? if that's the case then you would have to either make your panel to a path like '/admin' instead, otherwise you'd have to get into some Auth middleware customization.
Andrew Wallo
Andrew Wallo2y ago
Even doing this doesnt work

Did you find this page helpful?