Creating a Todo List with Laravel and Livewire 3

Поділитися
Вставка
  • Опубліковано 12 лис 2024
  • Creating a todo list with Livewire 3 is super easy.
    In this video you'll learn how to create your own todo list with Livewire 3, sqlite and Laravel within minutes

КОМЕНТАРІ • 25

  • @rasalas91
    @rasalas91 Рік тому +3

    This is honestly impressive.
    16 minutes.
    With typing and problems happening and 1 min intro and 1min recap.
    It's a simple and unoptimized, but damn 🤯

    • @CodewithBurt
      @CodewithBurt  Рік тому +1

      Haha, yes I like to keep the issues inside, it's real life. Glad you liked it. :-)

  • @MattiaMarchiorato
    @MattiaMarchiorato Рік тому +2

    Hello! Thanks for this video, i have a simple question: Is the reactive property working on delete? I receive a 404 error.

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

      Yes, it is. When you receive a 404 my guess would be that your redirect has something mixed up.

  • @ZenAzou
    @ZenAzou Рік тому +2

    Hi, thank you for this video. Are you going to be doing a fetch every time a new todo is added/ marked as done/ deleted? Couldn't we add or remove todos to the $todos array instead when an action is performed? That way we only make a new fetch request on refresh

    • @CodewithBurt
      @CodewithBurt  Рік тому +2

      You could do that, but we would run into trouble when we're closing the connection without pushing our updates to the DB. I also profer fetching all the time just in case if we have another using adding todo's at the same time.

  • @dannyantoine8472
    @dannyantoine8472 11 місяців тому +1

    om working on something similar and I got stuck can you help me out

  • @shabastech
    @shabastech Рік тому +1

    hey are you people dropping controller 😀

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

      It's another way of working, but you could mix it up like you wish.

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

    livewire 3 datatable how to use

    • @CodewithBurt
      @CodewithBurt  Рік тому +1

      Great suggestion, we'll try to cover this.

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

      @@CodewithBurt When will the video come?

    • @CodewithBurt
      @CodewithBurt  Рік тому +1

      Here it is : ua-cam.com/video/Z_QQQdNopp4/v-deo.html

  • @wmafendi
    @wmafendi Рік тому +1

    cool

  • @davidsonzed
    @davidsonzed Рік тому +1

    Hi Burt, this is really interesting. Can you make an invoice generator sample? you can show how to add multiple products to an invoice and save it to database only when the use click 'MAKE PAYMENT' otherwise nothing should be saved to orders table. please can you show us how to it ? Thank you

    • @CodewithBurt
      @CodewithBurt  Рік тому +2

      Thanks! Well, that topic is somthing we’re covering in our next series. So stay tuned. :-)

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

      @@CodewithBurt Laravel Splade is another topic you must touch. That will make our lives much easier for SPA applications.

    • @nikolicvladimir
      @nikolicvladimir Рік тому +1

      @@CodewithBurt that guy just gave you a feature request for his app that he is not able to make by him self. You really gonna do that? :/

  • @irfanfathurr
    @irfanfathurr Рік тому +1

    nice

  • @l.k5494
    @l.k5494 Рік тому +1

    Author junior?