MiloudiMohamed
MiloudiMohamed
FFilament
Created by MiloudiMohamed on 8/5/2024 in #❓┊help
An issue with loading JS when linking to the dashboard
For some reason, the JavaScript on the page doesn't load properly when navigating to the dashboard, as shown in the video, although it works fine upon refreshing. I just tested it on a freshly installed Laravel/Filament app, with npm run build + npm run dev Laravel Version ..... 11.19.0 Filament ..... v3.2.97 Livewire ..... v3.5.4 Video in comments 👇
28 replies
FFilament
Created by MiloudiMohamed on 9/21/2023 in #❓┊help
How to test a custom action?
In v2 this used to work
livewire(EditOrder::class, [
$order->getKey(),
])
->callPageAction('return');
livewire(EditOrder::class, [
$order->getKey(),
])
->callPageAction('return');
but in V3 it gives Method Illuminate\Http\Response::callPageAction does not exist. I changed callPageAction to runAction and now I'm getting Unable to call component method. Public method [return] not found on component
5 replies
FFilament
Created by MiloudiMohamed on 8/1/2023 in #❓┊help
Svg by name "o-speakerphone" from set "heroicons" not found.
I started getting this error right after upgrading to V3, I did a global search for it and it's no longer in my codebase (got replaced by megaphone)
3 replies
FFilament
Created by MiloudiMohamed on 7/26/2023 in #❓┊help
Wrong order after saving a page with a KeyValue field
8 replies