gladjanus43
Guest pages using the filament layout.
You can create a livewire component, and return that component from a route to get a full page component:
Then in that livewire component:
Then the last thing you need to do is create a public layout inside views/components/layouts called guest.blade.php
7 replies
Widget Charts action points to filter table?
https://laraveldaily.com/post/filament-click-widget-auto-update-table-filter
here it is, just needed to update to dispatch because it was written for v2
9 replies
Guest pages using the filament layout.
Hi, I have a working Full Page livewire component. This works with the styles from Filament
https://github.com/filamentphp/filament/discussions/7819
I followed what myregistration posted!
Hope it helps
7 replies
Dynamically set ->options() in Radio Input from API
For testing purposes I removed the afterState call and am calling the api via the hint action. The end goal is to use my own RadioCard plugin instead of Radio input. The weird thing is that inside my radioCard plugin it does throw the options. It just does not render the fields.
Does anybody have any clues where the issue lies? Or what other solutions can I try? Thanks in advance!
6 replies
Action is not called when first clicked on modal with modalContent()
Apperantly it does have to do with the requiresConfirmation... Dont know what I did last time. But I would like to have the user confirm their action. Any ideas why it is not mounting the modal of the confirmation?
14 replies
Action is not called when first clicked on modal with modalContent()
weird thing is, when I add the mountUsing method to one of the actions inside the custom livewire table it does instanlty execute the method.
this is the header action of the invite button. It does dd the value the first time clicked so I would assume it is mounted, it is just not executed
14 replies