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

Поделиться
HTML-код
  • Опубликовано: 19 ноя 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

  • @GerardoIntorOsorio
    @GerardoIntorOsorio 6 месяцев назад

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

  • @samehfathy5981
    @samehfathy5981 Месяц назад

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

    • @laraphant
      @laraphant  Месяц назад +1

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

  • @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 10 месяцев назад

    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?

  • @eramitgupta271
    @eramitgupta271 Год назад

    How to use sweet alert in Livewire 3 redirect time ?

  • @nerisonpitogo3717
    @nerisonpitogo3717 Год назад

    How to automatically hide the modal after create or update?

    • @laraphant
      @laraphant  Год назад

      You can check episode 20

  • @samicasanova6720
    @samicasanova6720 Месяц назад

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