Use same modal for create and update forms | Laravel Livewire 3 from Scratch

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 14

  • @narheben
    @narheben Рік тому

    Best Tutorial ever, this is what I'm looking for. thanks a lot

    • @laraphant
      @laraphant  Рік тому

      Glad you find it helpful...when you have time check episode 20. A small build up on this episode.Thanks

  • @samehfathy5981
    @samehfathy5981 20 днів тому

    thank u very much,
    may i ask how to close the modal after executing logic

    • @laraphant
      @laraphant  20 днів тому +1

      There are videos where I have covered that I suppose video 23 in the series

  • @GerardoIntorOsorio
    @GerardoIntorOsorio 6 місяців тому

    Good tutorial, how would we validate the title if it were unique in the update?

  • @berthojoris
    @berthojoris Рік тому

    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?

    • @laraphant
      @laraphant  Рік тому

      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

  • @wlakovic
    @wlakovic 9 місяців тому

    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?

  • @samicasanova6720
    @samicasanova6720 21 день тому

    IF THE DISPATCH METHOUD DONT SEND DATA TO THE MODAL OR THE NEXT PAGE JUST DELETE THE ALPHINE JS

  • @eramitgupta271
    @eramitgupta271 Рік тому

    How to use sweet alert in Livewire 3 redirect time ?

  • @nerisonpitogo3717
    @nerisonpitogo3717 Рік тому

    How to automatically hide the modal after create or update?