© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
dasK_

Replacing Login Route with Jetstream

Has anyone had any luck with overriding the /admin/login route with just the /login route from Jetstream?

There's no class I could find that I could change the ->login() to in adminPanelProvider, I tried setting the login class in config/filament.php to
    
'auth' => [
        'pages' => [
            'login' => [\Laravel\Fortify\Http\Controllers\AuthenticatedSessionController::class, 'create'],
        ],
    ],
    
'auth' => [
        'pages' => [
            'login' => [\Laravel\Fortify\Http\Controllers\AuthenticatedSessionController::class, 'create'],
        ],
    ],


but no luck..
Solution
You can just ommit the
login()
login()
on our admin panel provider.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Recommended approach for replacing Filament login with Jetstream?
FilamentFFilament / ❓┊help
3y ago
login route
FilamentFFilament / ❓┊help
15mo ago
Integrate filament with jetstream
FilamentFFilament / ❓┊help
3y ago
How to use Jetstream profile page in filament replacing default
FilamentFFilament / ❓┊help
3y ago