13 FREE Livewire Components I've Found

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

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

  • @francescoleto2823
    @francescoleto2823 2 года назад +4

    Livewire is amazing. I learned this from your lessons. Thank you sir

  • @aymanmalhattami
    @aymanmalhattami 2 года назад +1

    Livewire is the future thanks for you and for Caleb Porzio

  • @phoenixedge4049
    @phoenixedge4049 2 года назад +1

    Awesome list! I love your Livewire components too. Already bought them and they are definitely saving me many hours of time!

  • @richardhoyle7778
    @richardhoyle7778 2 года назад

    Please do an example of installing one of your livewire kits examples; don’t care which one just how to implement one of the examples from your Kit.
    Think you for all your hard work.

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

    Hi, I’ve been using multiselect dropdowns over time and it’s always pretty hard to find a good one, mostly used one and adapted it to my own needs :)

  • @adumekwebenedictikechukwu1564
    @adumekwebenedictikechukwu1564 2 года назад

    Love this … working on a project and this comes handy.

  • @p.fernandorubiobailon4582
    @p.fernandorubiobailon4582 2 года назад

    You have a great content bro! Congratulations 👏

  • @latlov
    @latlov 2 года назад +1

    Make a tutorial about that Livewire Modal repo. Program exactly what it is shown in the tweet video demo, please

  • @pauloclara4764
    @pauloclara4764 2 года назад

    thanks for the tips... i'm using bootstrap in my project... is there any similar package to wire ui for bootstrap?

  • @brokersaddatv
    @brokersaddatv 2 года назад

    I checked your component to filter ecomm products. What if there is a dropdown for CITY and dependent dropdown for LOCALITY in the filters ? And Since the products list could be huge , it may fail or become very very slow , so need to add pagination/load-more.

  • @p30mehrdad
    @p30mehrdad 2 года назад +1

    thanks

  • @latlov
    @latlov 2 года назад

    At least select 2 component by Andrés seems abandoned (last release is 2 years ago!)

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

    Sir, my Livewire Laravel is not working on the production server, but on local it runs fine, what's wrong?

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

      Sorry I can't blindly debug it for you in a comment.
      Maybe something with your APP_URL in .env and Livewire is taking wrong URLs?

  • @edikurniawan843
    @edikurniawan843 2 года назад

    thank you

  • @GergelyCsermely
    @GergelyCsermely 2 года назад

    Thanks

  • @AbdallahAjlouni
    @AbdallahAjlouni 2 года назад

    Sorry Mr Povilas , but I had a question related to QuickAdminPanel and I posted it on 2 videos of you few days ago, and I'm still waiting the response, because base on it I will purchase.
    My question was :
    Let's suppose I finished building my project modules. and I downloaded the code and I start working on the project and make my custom changes in the code...
    So, what if I want - later - to make some changes in the project structure? for example, adding new module, edit some module's fields, etc ... How this will work ... in terms of the merging of the new copy of the code and my local changes?

    • @LaravelDaily
      @LaravelDaily  2 года назад +1

      Hi
      I remember answering to one of your few comments. But will repeat again, just in short form, cause I'm on my phone. All is in this help article: helpdocs.quickadminpanel.com/using-generated-code/edit-code-and-merge-changes

    • @AbdallahAjlouni
      @AbdallahAjlouni 2 года назад

      @@LaravelDaily Many thanks! All is clear now. I will go further and give it a try.

  • @wenpiee
    @wenpiee 2 года назад

    Great, can you make like this for inertia & vue sir? 🥰🥰

    • @LaravelDaily
      @LaravelDaily  2 года назад

      I don't touch much inertia on this channel. Could you specify what components or plugins for inertia would you want?

    • @wenpiee
      @wenpiee 2 года назад

      @@LaravelDaily maybe like Filament or Wire UI, thanks in advance, I learned a lot of new things from your channel😍

    • @LaravelDaily
      @LaravelDaily  2 года назад

      Why would you use filament or wire ui logic with inertia? Inertia has totally different usage.

    • @wenpiee
      @wenpiee 2 года назад

      ​@@LaravelDaily Actually I currently learning about livewire and inertia too. I want to understand and catch of them. Thanks for your response sir

  • @videshchauhan67
    @videshchauhan67 2 года назад

    Sir please a video on livewire load pagination with getting only 10 records every time when you click to load more not 10 +10 records because its make loading longer
    Thanks in advance

    • @LaravelDaily
      @LaravelDaily  2 года назад

      Personally, I don't see anything wrong in 10+10, for most cases no one would even notice the difference

    • @videshchauhan67
      @videshchauhan67 2 года назад

      Actually i am working with a very heavy database and the query also taking some time to get 10 records so when i am loading like 100 records while load more its takes too much time

    • @LaravelDaily
      @LaravelDaily  2 года назад

      I see. Well solution is pretty complex, you need to play with paginators then and define your own paginator. Not planning to shoot video about it, sorry.

  • @gtsmeg3474
    @gtsmeg3474 2 года назад

    I don't understand why people still mix the front end code inside backend framework

    • @L-A-O-S
      @L-A-O-S 2 года назад

      You speaking about blade files?