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:
How to Apply Authorization on Create Option Action for Select Field
set any page like List Or view page as the main page instead of using a dashboard page in filamentPHP
how to use a resource with multiple models
Let Users to Select All Options with a Simple Hint Action
get translatable attribute in a relationships