Display a custom page after login
After the usual Filament login, I want to display a custom page (with a few fields) and once the user selects some data, I want to display the regular panel dashboard. How can I do this?
2 Replies
Probably with middleware to force the page displayed until the certain conditions are met.
Ok, thanks a lot. Can I ask you a bit more about it?
There are no certain conditions. I just want to show my custom page after login every single time. The idea of that custom page is for the user to pick some global values. Then I want to show the usual dashboard.
I was thinking that I can change the route when the user logs in correctly. Where can I find that? Should I publish some files or something like that?