_andypeacock
Relationship manager modal not opening
Still nothing obvious. Went for the "big red button" approach: rm -rf vendor && composer install. That fixed it.
Coding is 50% intelligence. 50% copy-pasting. And 50%: "Huh. Didn't think that would work"
11 replies
Anyone got a custom emailverification example?
Ah, forget this. I had some legacy middleware that I'd forgotten to remove that was interfering in things. Filament send the user to the dashboar panel, logged in, after verification, so the verification event fires immediately .
4 replies
custom toggle action
Almost got it sorted. The livewire component is rendered via the action view() which renders a view consisting of only the livewire component (that seems inefficient, but it's the only way I know to render livewire in the view). The UI toggles, and it's internal state changes. Just need to work out how to get that state back into the action. I'll share code later today when I'm back at my pc
10 replies