create route outside of tenant
Hi guys, I'm creating a Saas app using FIlament php and I love it, but one thing, I need to create a page outside of tenant with simple layout, like Login or Profile page, but couldn't get the route to register properly. When i change the Page class to SimplePage, i am getting 404 error and route is missing from route:list. Any ideas? By the way the Page is not under any resource.
1 Reply
This is my page class