Mike
Mike
FFilament
Created by Mike on 12/4/2024 in #❓┊help
How to redirect Filament resource sidebar link to edit page instead of index
I want to customize the behavior of a Filament resource so that clicking its name in the sidebar redirects to the edit form of the first record, instead of the default index page (table view). How can I achieve this? I’ve tried modifying getPages and getRoutes, but it still goes to the index page. Is there a way to override the sidebar link or set up a redirect?
3 replies
FFilament
Created by Mike on 11/19/2024 in #❓┊help
How can I change the default login page route in Filament?
I'm trying to customize the login route to /admin-login instead of /login. However, after trying to access an unauthorized page, it redirects me to the default /login instead of the /admin-login route I created. How can I configure this correctly without breaking Filament's authentication? Any help would be appreciated
4 replies