darkTest
darkTest
FFilament
Created by jouni.i on 9/12/2023 in #❓┊help
archtechx/tenancy filament v3 panel
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
3 replies