© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
morty

Can I customize the built in login route?

I’d like to still use filaments login form but I want to change the route from “/login” to “/signin” to be consistent in terminology with the form.

For example: ‘https://example.com/signin’.

Is this possible?
Solution
this?
//routes/web.php
Route::get('admin/signin', \Filament\Pages\Auth\Login::class)->name('filament.admin.auth.login')
//routes/web.php
Route::get('admin/signin', \Filament\Pages\Auth\Login::class)->name('filament.admin.auth.login')
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

Can I customize the login page of filament?
FilamentFFilament / ❓┊help
2y ago
How can I change the default login page route in Filament?
FilamentFFilament / ❓┊help
15mo ago
How do I customize the redirect after login?
FilamentFFilament / ❓┊help
2y ago
Customize email verification route
FilamentFFilament / ❓┊help
11mo ago