Hello , I have problem with wire:loading in livewire. I have global modal view-component. And inside it i have $slot for body and footer with buttons. Buttons same for all elements. Only body changes. And i am adding livewire components to modal view component. Button has wire:click and emit event inside livewire component. Inside livewire component has another wire:click. When i add wire:loading for spinner when request sent it happens in all wire:click but i want to call it in only modal confirm. My wire:loading component is also inside livewire component. When i add wire:target for it didnt happen. How can i do that?
Great, thanks. Would be even better without music in the background.
Make couple of video on how Eloquent works internally
You can take a look at the source code 😉
Nice video keep it up
Make a video on Laravel Redis please, how to configure and handle it!
music in the background make me confused.
Thanks!
ditch the music 😂 other than that perfect. Thanks! 😄
Hello , I have problem with wire:loading in livewire. I have global modal view-component. And inside it i have $slot for body and footer with buttons. Buttons same for all elements. Only body changes. And i am adding livewire components to modal view component. Button has wire:click and emit event inside livewire component. Inside livewire component has another wire:click. When i add wire:loading for spinner when request sent it happens in all wire:click but i want to call it in only modal confirm. My wire:loading component is also inside livewire component. When i add wire:target for it didnt happen. How can i do that?