Laravel Livewire Component: Step-by-Step Guide

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

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

  • @compton8301
    @compton8301 10 дней назад +1

    Thank you very much.

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

    Awesome, I love the way you share your workflow and thoughts, and present the build process in a logical sequence of decisions. To me, the flow of information is paced just right for relaxed and effective learning. Thank You and subscribed!

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

      Wow! Thank you so much for the kind words I’m glad you like it. 🫶🏻

  • @eduardoximenes3671
    @eduardoximenes3671 6 месяцев назад +1

    always a pleasure to learn with your content!!!

  • @HamadAbdulla_7
    @HamadAbdulla_7 8 месяцев назад +1

    Thanks

  • @philipretl6700
    @philipretl6700 8 месяцев назад +1

    Thanks great content

  • @BigBrotherNaijaAllStar-ob9oc
    @BigBrotherNaijaAllStar-ob9oc 8 месяцев назад +1

    ❤ wonderful content I appreciate 🙏🙌🙌

    • @Tuto1902
      @Tuto1902  8 месяцев назад

      Thank you 🙌

  • @1ЗЗ7
    @1ЗЗ7 7 месяцев назад +1

    Great content man.

  • @vugarkhalil
    @vugarkhalil 8 месяцев назад +1

    Respect ❤

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

    thanks

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

    hi great vid, do you have a video showing how to use filament forms, search with livewire on the frontend? Thanks

    • @Tuto1902
      @Tuto1902  7 дней назад

      Those are two different things. Filament already comes with search out of the box (which turns out to be livewire behind the scenes). Just add ->searchable() to your filament form inputs. If you want to do this yourself using only livewire, I recommend reading this: livewire.laravel.com/docs/url

  • @kreaweb-be
    @kreaweb-be 8 месяцев назад +2

    Nice. Thanks. But you could have published the code.

    • @Tuto1902
      @Tuto1902  8 месяцев назад +1

      I will publish it in the next couple of days. Sorry

  • @eliasolivtradet6627
    @eliasolivtradet6627 8 месяцев назад +2

    Show, thanks for you time, Which vscode extension do you use to display the tailwindcss colors?

    • @Tuto1902
      @Tuto1902  8 месяцев назад +2

      TailwindCSS IntelliSense from TailwindLabs

    • @eliasolivtradet6627
      @eliasolivtradet6627 8 месяцев назад

      @@Tuto1902 Thank you

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

    Hai filepond for update data

  • @diegofelix9738
    @diegofelix9738 5 месяцев назад

    Hello professor! I'm trying to build an app for school attendance and I would like to add the fields "absent" or "present" using radio buttons, and also the student's name in the database. I tried to use the hidden field to get the name but it doesn't seem to work.

    • @Tuto1902
      @Tuto1902  5 месяцев назад

      Do you have a code repo I can take a look at?

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

    Awesome! But is there a way to animate it?

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

      I suppose you could try using alpine js and x-transition but that would mean having all fotos loaded and let alpine and livewire work together to show/hide each photo