© 2026 Hedgehog Software, LLC

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

Stancl/Tenancy Filament 3

hi i have setup Stancl/Tenancy and its working fine , but i cant get filament to work on tenants subdomain

it does load part of the page in the bg but then i get this error
Solution
public function boot(): void
{
    // ...

    Livewire::setUpdateRoute(function ($handle) {
        return Route::post('/livewire/update', $handle)
            ->middleware(
                'web',
                'universal',
                InitializeTenancyByDomain::class, // or whatever tenancy middleware you use
            );
    });
}
public function boot(): void
{
    // ...

    Livewire::setUpdateRoute(function ($handle) {
        return Route::post('/livewire/update', $handle)
            ->middleware(
                'web',
                'universal',
                InitializeTenancyByDomain::class, // or whatever tenancy middleware you use
            );
    });
}
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

Filament 3 with Stancl/Tenancy
FilamentFFilament / ❓┊help
3y ago
Stancl Tenancy
FilamentFFilament / ❓┊help
3y ago
multi tenancy with Filament V3 & stancl/tenancy package?
FilamentFFilament / ❓┊help
3y ago
Next page