Redirecting to a specific filament resource after authenticating correctly

I have a single panel in my app and I'd like to set first view to a specific resource other than '/admin'' when logging in as a filament user. I don't see anything in the docs that seems to configure this - is this possible?

I wish to direct the user to admin/resource_1 instead - any advice?
Solution
Here is an tutorial for a logout redirect to start with: https://filamentphp.com/content/tim-wassenburg-how-to-customize-logout-redirect
Filament
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
Was this page helpful?