Events | Communicate between Components | Laravel Livewire 3 for Beginners EP9

Поделиться
HTML-код
  • Опубликовано: 6 авг 2023
  • Welcome to the second episode of livewire 3 course, in this course we will cover all the basis needed to build dynamic front end components using livewire. Today we cover how to use events to communicate between multiple components and pass data between them.
    Course Playlist :
    • Laravel Livewire 3 Cou...
    Through out the course we will cover:
    - how to make components
    - Actions
    - Properties
    - Form Submission and Validation
    - Flash Messages
    - Tables and Pagination
    - File Uploads
    - Inline Components
    - Full page Components and Layouts
    - Events
    - Offline States
    - URL Query Parameters
    - Nesting Components
    - Navigate
    - Loading states, Lazy loading and placeholders
    And more
    Livewire 3 website :
    livewire.laravel.com/
    Boostrap Documentation:
    getbootstrap.com/docs/5.3/get...
    If you would like me to make more livewire videos, please let me know by liking the video and commenting what you like to learn next.
    What is livewire:
    Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. (Taken from Livewire Documentation)

Комментарии • 49

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

    Jedan od boljih tutorijala za Livewire. Svaka čast

  • @alapanroy1114
    @alapanroy1114 5 месяцев назад +2

    Amazing... I'm amazed how much powerful laravel and livewire together be..

  • @MagnificentJose
    @MagnificentJose 2 месяца назад +2

    That was really what i was looking for. İ was looking for to pass parameters between 2 different components.

  • @arifbudimanarrosyid
    @arifbudimanarrosyid 11 месяцев назад +4

    I just got this problem, then open youtube and I got this video, help me so much, big thanks

    • @yelocode
      @yelocode  11 месяцев назад

      Nice, Great to hear that. Thank your for watching bro

  • @Naoufal933
    @Naoufal933 11 месяцев назад +4

    These tutorials are Amazing! keep the good work!

    • @yelocode
      @yelocode  11 месяцев назад

      Thanks you for watching

  • @microfinancesystem135
    @microfinancesystem135 3 месяца назад +1

    thanks this is AMAZING TUTORIAL

  • @eatsfunk
    @eatsfunk 10 месяцев назад +1

    I agree with most other comments. These tutorials are very helpful. They are very well structured with clear explanations that make the learning process a pleasure. Thank you very much for using your teaching skills to share your knowledge with others!

    • @yelocode
      @yelocode  10 месяцев назад

      Glad to hear the videos are helpful. Thanks for watching.

  • @devahmedismael
    @devahmedismael 4 месяца назад +1

    Thanks a lot.

  • @rootraiz8108
    @rootraiz8108 11 месяцев назад +2

    good i loved these video.Thinks!

    • @yelocode
      @yelocode  11 месяцев назад

      Glad to hear that. Thank you for watching

  • @HamadAbdulla_7
    @HamadAbdulla_7 11 месяцев назад +2

    thank you

    • @yelocode
      @yelocode  11 месяцев назад

      Glad the videos are helpful. Thank you for the support.

  • @rootraiz8108
    @rootraiz8108 11 месяцев назад +2

    your got a subcribe From Mozambique

    • @yelocode
      @yelocode  11 месяцев назад

      Welcome to the channel

  • @user-yu5cx7px6p
    @user-yu5cx7px6p 4 месяца назад

    Thanks

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

    Great! How to reverse? Add an edit button and edit the selected row from the table in the same form?

  • @SebastianPerezG
    @SebastianPerezG 13 дней назад

    There is a way in that i can send multiple data troung events as a key => value ?

  • @basharumar2912
    @basharumar2912 3 месяца назад

    pls cant you provide us with link to repository of each resource, as that will help us practice along.

  • @armghan9542
    @armghan9542 7 месяцев назад

    what about sending and receiving events in the blade of the component like in the docs of livewire 3

  • @pesudopesudo4907
    @pesudopesudo4907 9 месяцев назад

    Thank You.
    When I share data between submit form and table it gave me page expired error

  • @mugerwaobadiah1621
    @mugerwaobadiah1621 11 месяцев назад +1

    Nice work, kindly make a video about modals coz I need them badly

    • @yelocode
      @yelocode  11 месяцев назад +1

      Thank you.
      Regarding modals I'm currently preparing a video about it, will be uploading the video in the next 1 to 2 days hopefully.

    • @yelocode
      @yelocode  11 месяцев назад

      First Modal tutorial is out : ruclips.net/video/ZQJhabcophk/видео.html

  • @johncarlodigay36
    @johncarlodigay36 11 месяцев назад +1

    Thank you.❤
    can i request a video for laravel livewire 3 with Alpine js😊

    • @yelocode
      @yelocode  11 месяцев назад

      Thank you for watching. For sure I will make videos covering how to use Alpine with livewire 3.

  • @SampleLaang
    @SampleLaang 2 месяца назад

    Do you have tutorial for printing?

  • @kyungjunim13
    @kyungjunim13 11 месяцев назад +1

    Do both components need to be on the same blade page? I am trying to achieve a similar result but my table does not update the data which forces me put wire:poll which I would like to avoid. The only thing I am doing differently as far as I see is that I have two components on a separate blade files.

    • @yelocode
      @yelocode  11 месяцев назад

      Yes both components most be rendered on the same page for events to work

    • @kyungjunim13
      @kyungjunim13 11 месяцев назад

      @@yelocode I see! Thank you for the response! Great tutorial videos by the way! Made a small project successfully with Livewire after watching your tutes

  • @user-mr3de6tq9c
    @user-mr3de6tq9c 4 месяца назад

    it doesn't seem to work from mount to mount, does it?

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

    Still watching but just getting confused with alpine but I’ll search it too whenever I finish this list

  • @user-iv3vp4yl6i
    @user-iv3vp4yl6i 4 месяца назад

    can you please share the html code or attach github repo of this project?

  • @upasnasingh05
    @upasnasingh05 3 месяца назад

    does it works exactly like model relationships??
    anyone???

  • @ousssika5359
    @ousssika5359 10 месяцев назад +1

    how to comunicate betwwen in simple laravel componet and a livewire component using event dispatching

    • @yelocode
      @yelocode  9 месяцев назад +1

      the easiest way is to use alpine js, you can dispatch and recieve events with alpine and update your simple laravel components

    • @ousssika5359
      @ousssika5359 9 месяцев назад

      @@yelocode thanks man

  • @strictlyunreal
    @strictlyunreal 11 месяцев назад +2

    9:11 More like: "That's one way you can use a library to remedy the shortcomings of another."
    Disclaimer: I'm doing watching this tutorial series on Livewire because I wanted to see what it is about. Until now, my conclusion is that people must be nuts to use this thing! It must've been some hobby project that somehow made it to the public. There's no way someone built this thinking that people would use it to build stuff in the real world. And, yet, here we are!

    • @wevertonlotosport
      @wevertonlotosport 11 месяцев назад

      hahahahahaha you know nothing jhon snow! Livewire is at production in dozens of websites

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

    I NEED HELP, PLEASE!!!!!!!!!!

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

    HELPE MEEEEE