Pages that can be access witout login
Is possible to create a Welcome page before the login that everyone can access?
5 Replies
Just create a regular Laravel route and view.
This. You can re-use filament components to match look&feel.
Ummm, I did try that at first but send me to the login.. for sure i did miss something.
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.
Even doing this doesnt work