I like this review approach. To me, as a solo developer, it is a nice way to quickly see how others do it. And your comments are interesting, adding value.
@JacquesvanWyk3 жыл бұрын
You are so valuable to laravel community. Thank you for all the free content. I am planning to look at your courses soon. Please dont stop with livewire stuff. I am loving it.
@ShabeebRizvi3 жыл бұрын
Every-time I hit a wall... think how should approach to certain concept in laravel or it's eco system and I see you talking about it in your videos! THANK A LOT... 👊
@flobbos3 жыл бұрын
I really like this approach and I think Livewire is exactly what I was hoping for since forever because I hate JavaScript with a passion.
@mvpopuk3 жыл бұрын
Is this repo still private ? Is there a way to reach the developer who wrote this ? I would love to clone this and study the code.
@xanthosoma1989 Жыл бұрын
Me too!
@EimKasp2 жыл бұрын
Is there a github repo for this project? Really interesting approach
@arfatmughal80713 жыл бұрын
Professional approach and pro once. Love it..
@josemichaelrazakariasa65863 жыл бұрын
Merci beaucoup pour toutes votres contributions. Cela aide beaucoup
@quocthai5560 Жыл бұрын
I have problem with livewire change theme! I need some solutions please!
@karthikkk81932 жыл бұрын
hi sir . my laravel livewire project upload in live serve but not working livewire error (Livewire is not defined)
@AlexGower3 жыл бұрын
Can you get permission too share repo please?
@abalselwi77743 жыл бұрын
For performance in livewire you can skip render and change the inpute attribute to defer .
@AntoninoDiGiglio3 жыл бұрын
greate video and a very well structured project.....using traits for add reusable code to livewire component a very good idea. Thanks for sharing this approach. I'm very new to livewire but recently i'm starting to consider to learn/use more in my projects....maybe not a full livewire projects but some componet like tables and modals maybe
@belipero3 жыл бұрын
Hi! Thanks a lot for your turtorials, they are really great. The frontend of this video is awesome, can you share which technology is and if it's a free o paid template? Regards!
@reina35963 жыл бұрын
Up
@cubedev4838 Жыл бұрын
Where the repo so i can learn?
@myohannes813 жыл бұрын
What exactly Is the problem with many request to the server? I started backend with livewire.(it Will be used by 10people).I have a good server scalable end i would Like to understand the problems i might have
@LaravelDaily3 жыл бұрын
Well it's two problems: - Too many server requests in general (it may cause performance issues if a lot of people are using the site) - And glitches in the browser if the refreshed area is too big, so the browser will "blink" while reloading too big portion of HTML (you can see this in this video, fraction of a second after modal closes)
@giropa3 жыл бұрын
I think that a good next livewire improvement will be use some caching on server side, to not need to pass component public var on every request.
@imannugroho1953 жыл бұрын
what is the name of the admin panel template you are using?
@qudratxojamusayev67853 жыл бұрын
I think it is built with Tailwind components, no template
@notrealsaga3 жыл бұрын
I wish our project could use these features, but sadly it's built on Laravel 5.1 and it's hard to upgrade
@AldhiAlbadri2 жыл бұрын
can I copy the project? for study needs
@justtestingmycurrentskills7473 жыл бұрын
The Dev is really good.
@latlov3 жыл бұрын
That developer should consider becoming a KZbinr. He can successfully start making this project as a youtube series!
@kevinpallado96383 жыл бұрын
Hi what theme are you using on this one
@mohmmedabd-alrazaq39133 жыл бұрын
can u share source code there ?
@guccilive1002 жыл бұрын
Thanks for the knowledge sharing and being one of the VALUABLE member in Laravel community. I see all the forms are extended to BaseForm class. What actually that class is doing(codes in the class) though?
@eidiear3 жыл бұрын
Hi Sir, can you show me how to make Laravel 8 + Fortify + TailwindCSS 2.0 setup without Jetstream Livewire nor Inertia, and also without using pradeep3/fortify-ui-tailwindcss package. Thank you so much.
@LaravelDaily3 жыл бұрын
Similar video, but with Laravel UI: kzbin.info/www/bejne/hKaqc62jfdF8hLM So replace Laravel UI with your Tailwind theme of choice. Also, isn't it more simple to use Laravel Breeze, then?
@rashid1721 Жыл бұрын
Is it possible to make a video or playlist on how can we use livewire for example components based or full page based or any other approaches? And how to use livewire efficiently i mean how to reduce server calling etc.......... Or if the project is for general public like saas how would we efficiently use livewire
@LaravelDaily Жыл бұрын
I have talked about Livewire a lot on this channel, and there's no single video about "efficiently" using it, there's no such thing: you just use it according to the docs, choose the structure you want, and monitor/debug that it wouldn't perform too many server requests.
@rashid1721 Жыл бұрын
Can we get repo of this project
@LaravelDaily Жыл бұрын
No sorry that repo is private.
@pauloricardosavi3 жыл бұрын
does anyone know the name of the template?
@reina35963 жыл бұрын
Great Job!!!! What admin theme??? It is beautifull and UI nice
@kevinwakhisi70013 жыл бұрын
Feel a bit intimidated by this. Awesome project. Would really want to try some of the techniques I just saw. Better yet Hope you would get tutorial on this. Simple crud with reusable components
@holiqibrahim3 жыл бұрын
How can I get the template admin?
@biohazard19642 жыл бұрын
it was new and also verrrry interesting
@jabbaralisoomro4033 жыл бұрын
when we are supporting in quickadminpanel ?
@LaravelDaily3 жыл бұрын
Livewire version of QuickAdminPanel is coming later this Spring.
@paulorcaldera3 жыл бұрын
Hello, could you talk about the possibilities of implementing SSO in the laravel?
@johnandrew7212 жыл бұрын
I'm sorry, there is a question I need an answer to. Livewire and inertiajs. Are these totally dependent on some existing framework? Can't I just use them, in my own custom PHP code?
@LaravelDaily2 жыл бұрын
Livewire is a Laravel package, so it depends on Laravel. Inertia depends on one of the frameworks, it has adapters for react/vue from what I remember, and for Laravel and something else, check the docs.
@TLJAFAR3 жыл бұрын
Does the server have to be high-speed every time livewire request and respond to data?
@LaravelDaily3 жыл бұрын
Not really, requests should be quick.
@ryanfelipe70402 жыл бұрын
Wow, that is awesome!!!
@jaroslavr22703 жыл бұрын
That blink of whole page after closing modal window looks to me like dealbreaker 🙈 Could it be eliminated?
@LaravelDaily3 жыл бұрын
Not really, that's the point of Livewire - to refresh the full html of the block. But maybe I missed something while reviewing and something could be still optimized.
@onemohsen3 жыл бұрын
@@LaravelDaily i think show modal handle by alpine (x-show) , if handle by component problem solve , i'm not sure .
@ajithlal16883 жыл бұрын
How the login and authentication is happening?
@LaravelDaily3 жыл бұрын
Haven't checked while doing this review.
@qudratxojamusayev67853 жыл бұрын
I would definitely pay for the code
@davoodjafari58513 жыл бұрын
Awesome! can i know what is your cp theme ? it's very familiar
@abelenocrodriguez3 жыл бұрын
Fine with Livewire, but what if you need to make an app with the same code, you would have to make an api by writing a new code for the API?
@LaravelDaily3 жыл бұрын
Yes, if you need a mobile app, then you need a new code for the API. Livewire has nothing to do with API, it's for the web.
@abelenocrodriguez3 жыл бұрын
@Laravel Daily I understand then for now it has nothing to do with what I do, almost always the projects are CROSSPLATFORM, I guess Livewire is for projects that are web only and will not scale to other platforms, because otherwise it would be a waste of time.
@mori1811863 жыл бұрын
@@abelenocrodriguez Why? The only thing what you need is the api routes. Its 1 command for create a resource api routes and macros.
@PezhvakIMV3 жыл бұрын
@@abelenocrodriguez you simply extract your logic and use it with both livewire and api routes.
@SophannarethNoy3 жыл бұрын
Do you have any plan to add livewire type to QuickAdmin project?
@LaravelDaily3 жыл бұрын
Yes it's already in progress, to be released in late Spring.
@mori1811863 жыл бұрын
@@LaravelDaily Thats great. And laravel fortify,too? The two factor auth with my iphone is great. I like this in quickadminpanel ;)
@ma08serrano2 жыл бұрын
do you have a course for real time using laravel?
@LaravelDaily2 жыл бұрын
You mean something like websockets? No, I don't have any course about it.
@ma08serrano2 жыл бұрын
@@LaravelDaily ya. Something like when the database updated. The page will refresh automatically and change the data in frontend.
@teknolovedigital2 жыл бұрын
@@ma08serrano with livewire you can use emit or wire:poll
@leonardBeni3 жыл бұрын
His projects is what really buging my mind after few months diving inside livewire, "is livewire designed to be a replacement for controller completely?",
@LaravelDaily3 жыл бұрын
Short answer is No.
@cristianvuolo3 жыл бұрын
cool video, thanks for meke it! which's this IDE theme?
@LaravelDaily3 жыл бұрын
Material Darker
@sensiedi3 жыл бұрын
Is this project public?
@alimahdavi97753 жыл бұрын
🤔🤔 106Kb load each create,edit,delete, sorting and filtering is so big ... For my opinion use livewire for components not full page. What do you think about InertiaJS, NuxtJS(vue serverside render) and NextJS(react serverside render)?
@mori1811863 жыл бұрын
Thats not the point. Because this requests create only admins in the admin panel.
@moauyameghari3 жыл бұрын
can anyone tell me what admin theme was used here?
@reina35963 жыл бұрын
Up
@shaulica3 жыл бұрын
Hi there. I'm interesting to buy a license. Could you put me through with the developer (if is interested to sell). Thank you.
@berbagimadani3 жыл бұрын
Awesome
@debjit213 жыл бұрын
Should I learn livewire or just go to learn JS? Livewire is getting some attention from the laravel community.
@LaravelDaily3 жыл бұрын
Learn whatever you think you will be comfortable with, or whatever you think your employers/clients would need for the projects you will work with, in the future.
@jaycverg3 жыл бұрын
90% of the time, it is based on project needs. For me, as a heavily backend dev, I prefer this very much.
@thauveel3 жыл бұрын
Need tutorial on reusable components ☺️
@laflain3 жыл бұрын
wow. Great
@muhammadfarhanahmed92803 жыл бұрын
good work .web developer! i am waiting your vedio.can you login with firebase api and messging with firebase..
@GamePlayByFaks3 жыл бұрын
To honest not a fan of Livewire, personally, I think we introduce such issues as the separation of concerns in general in these cases.
3 жыл бұрын
It’s a beautiful project, but the dev is overusing Livewire.