Hi....I wanted to ask if there is a better way to create an update form using livewire 3? The code I use now inserts the values one by one into the public property. Isn't there an easier way than doing value assignments one by one into the properties?
Hi everyone! How is it possible to use one modal and include the corresponding livewire view for insert or update, and on edit load the model into modal?
Best Tutorial ever, this is what I'm looking for. thanks a lot
Glad you find it helpful...when you have time check episode 20. A small build up on this episode.Thanks
thank u very much,
may i ask how to close the modal after executing logic
There are videos where I have covered that I suppose video 23 in the series
Good tutorial, how would we validate the title if it were unique in the update?
Hi....I wanted to ask if there is a better way to create an update form using livewire 3?
The code I use now inserts the values one by one into the public property. Isn't there an easier way than doing value assignments one by one into the properties?
Not sure if this is the answer you are looking for, but yes, you can pass the values as an array to a single array property
Hi everyone!
How is it possible to use one modal and include the corresponding livewire view for insert or update, and on edit load the model into modal?
IF THE DISPATCH METHOUD DONT SEND DATA TO THE MODAL OR THE NEXT PAGE JUST DELETE THE ALPHINE JS
How to use sweet alert in Livewire 3 redirect time ?
Will schedule a tutorial video on this soon
@@laraphant ?
How to automatically hide the modal after create or update?
You can check episode 20