MiloudiMohamed
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
How to test a custom action?
In v2 this used to work
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