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:
when you don't have access to the current resource or page, `current` for the help!
How to Apply Authorization on Create Option Action for Select Field
how to make actions sticky in tables when you have a lot of columns
Bring the sticky actions back form filament v2