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.
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.
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?
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
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
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
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.
Livewire is amazing. I learned this from your lessons. Thank you sir
Awesome list! I love your Livewire components too. Already bought them and they are definitely saving me many hours of time!
Livewire is the future thanks for you and for Caleb Porzio
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.
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 :)
Do they have date fns kind of component in livewire??
Love this … working on a project and this comes handy.
Make a tutorial about that Livewire Modal repo. Program exactly what it is shown in the tweet video demo, please
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.
thanks for the tips... i'm using bootstrap in my project... is there any similar package to wire ui for bootstrap?
Sir, my Livewire Laravel is not working on the production server, but on local it runs fine, what's wrong?
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?
At least select 2 component by Andrés seems abandoned (last release is 2 years ago!)
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?
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
@@LaravelDaily Many thanks! All is clear now. I will go further and give it a try.
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
Personally, I don't see anything wrong in 10+10, for most cases no one would even notice the difference
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
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.
thanks
thank you
Great, can you make like this for inertia & vue sir? 🥰🥰
I don't touch much inertia on this channel. Could you specify what components or plugins for inertia would you want?
@@LaravelDaily maybe like Filament or Wire UI, thanks in advance, I learned a lot of new things from your channel😍
Why would you use filament or wire ui logic with inertia? Inertia has totally different usage.
@@LaravelDaily Actually I currently learning about livewire and inertia too. I want to understand and catch of them. Thanks for your response sir
Thanks
I don't understand why people still mix the front end code inside backend framework
You speaking about blade files?