Laravel Livewire Volt Package

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

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

  • @tonyxhepaofficial
    @tonyxhepaofficial  Год назад +5

    Laravel Livewire Volt Package

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

      HI Tony! Make a video on how to create a dating site step by step. Create more features.

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

    Very helpful, thank you!

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

    Great video boss. Please which vscode extension can be used for volt?

  • @m.younusmorty4713
    @m.younusmorty4713 Год назад +3

    look like we are going back to 2004 where single file contain all codes.

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

    Volt is super cool ❤💯❤‍🔥

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

    Thanks a lot.

  • @ziainnovation
    @ziainnovation Год назад +2

    can you explain how to use pagination with volt

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

    thanks

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

    Thans for the video , I am just worried how to clear the file input. If any one knows. It will be great help. Thanks again

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

    Wow looks like Svelte, or Svelte looks like Volt.

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

    Is there a video to update the data?

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

    livewire is love, but i would use classic livewire blade and php component,

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

    Can u please make a video on laravel plus chart js ❤

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

    What about MVC pattern? Mixing PHP with HTML in one file looks little bit messy.

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

      True you can use Livewire with separate PHP class and blade files

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

    What terminal is that

  • @hassanibrahim8226
    @hassanibrahim8226 Год назад +3

    It's PHP the React way

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

    This looks cool but its more for frontend developers

  • @pasizdobrekuce
    @pasizdobrekuce Год назад +2

    Even though I genuinely admire livewire, I must say I'm not a fan of volt. It looks and feels wordpress-y way too much. Mixing php and html is not necessary at all and will lead to unmaintable code.

    • @jackrourke9237
      @jackrourke9237 Год назад +1

      Sometimes, you need only a certain part with minimal form inputs like in modal, so you can use in that case. Else for a maintainable system, I don't think it's necessary :)

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

      Its ok actuallu its exactly like a Vues copy of PHP n logic n html are in a seperate place. U can also use it without volt

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

      No different to the current JS framework ecosystem which is copying what PHP has had for years.

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

    How can I define a variable inside Livewire Volt Blade area like regular blade file
    Here is my full component.
    want to assign value to `$hello` variable.
    However, unable to assign variable
    ```php
    {{ $hello }}
    this is volt component {{ $count }}
    click
    ```

  • @monzurulislambaf
    @monzurulislambaf 11 дней назад

    Vue alternative

  • @rockvilag
    @rockvilag Год назад +1

    This is almost React. Why do developers want to turn Livewire into React? Those who need React should use React.

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

      Its Vue not React.Yup overall choice is not the best its targetted at frontend developers

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

      You don't have to create specific api routes for your fonctionalities and you keep the templating language of your app. It's a banger.