archtechx/tenancy filament v3 panel
i have issue tenancy domain test.domain.test i will try to login in i got error 419 This page has expired.
someone know where is issue??
1 Reply
add Livewire::setUpdateRoute(function ($handle) {
return Route::post('/livewire/update', $handle)
->middleware(
'web',
'universal',
Middleware\InitializeTenancyBySubdomain::class // or whatever tenancy middleware you use
);
});
in TenancyServiceProvider. for livewire v3
here the doc:
https://tenancyforlaravel.com/docs/v3/integrations/livewire/#livewire
Tenancy for Laravel
Livewire integration | Tenancy for Laravel
Livewire integration | Tenancy for Laravel