Jessy
Livewire only works with wire:click
I've been facing the issue where for some reason I can not get wire:modal to work.
I've made work around for it now that uses a search button to force the query to run. But I want to use it live version for filtering.
I'm using a Livewire component in a custom filament page.
4 replies
Creating a user when a client is created.
I'm trying to make it so where whenever a client is created. It automatically makes the user record which it belongs to.
When the client gets created I run a notification that send out an email with the generated password.
I've edited the CreateClient record, but since I'm using ->relationship('user') I can't access the data from the form $data
4 replies