How to add new guest pages on a panel?
So other than the default login & register page, I want to add other guest pages as well such as
- email login page
- sms login pages
- lead gen pages (like simple calculator tools built with filament forms & infolist that people can access without being logged in)
but I'm not sure how do I add them. I saw that the Panel object has pages() method which accept an array but those seem to be for logged in pages
1 Reply
I think you need to handle those outside of a panel, as regular Laravel routes. You can reuse layout and components from Filament to make it look visually similar.