Redirect the user after the logout
- Published: 03 Aug 2024 Updated: 03 Aug 2024
how to redirect the user after loging out of filament app
First: create a new class with the following code:
then in your appServiceProvide, import these classes:
and add this to the boot method:
Related Tricks:
set any page like List Or view page as the main page instead of using a dashboard page in filamentPHP
provide a loading indicator for long running operations
let users select a color for the panel
how to redirect the user after loging out of filament app
A starting point for testing filamentPHP with tenant aware resources.