© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•13mo ago•
42 replies
ollieread

Manually registering Filaments routes

Is there a way to disable the automatic registration of routes with Filament, so that I can manually register them?

I don't want to build the routes myself, I just want to be able to have something like the following:

Route::middleware([...])
     ->prefix('...')
     ->group(function () {
         Filament::routes();
     });
Route::middleware([...])
     ->prefix('...')
     ->group(function () {
         Filament::routes();
     });
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

FIlaments Import inside RelationManager
FilamentFFilament / ❓┊help
3y ago
Question on filaments admin panel logout
FilamentFFilament / ❓┊help
14mo ago
spaite tags for filaments CURD operations
FilamentFFilament / ❓┊help
3y ago
registering widgets
FilamentFFilament / ❓┊help
3y ago