FFilament•Created by nazar on 12/14/2024 in #❓┊help Filamentphp in shared hosting
@charlie @igorclauss
now it work after i publish the livewire assets
and add this code in route provider
Livewire::setUpdateRoute(function ($handle) {
return Route::post('/test-app/public/livewire/update', $handle)
->middleware('web');
});