Livewire Demo: Full-Page Components in a Reusable Structure

  Рет қаралды 72,861

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер: 97
@paulfontaine7819
@paulfontaine7819 3 жыл бұрын
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.
@JacquesvanWyk
@JacquesvanWyk 3 жыл бұрын
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.
@ShabeebRizvi
@ShabeebRizvi 3 жыл бұрын
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... 👊
@flobbos
@flobbos 3 жыл бұрын
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.
@mvpopuk
@mvpopuk 3 жыл бұрын
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
@xanthosoma1989 Жыл бұрын
Me too!
@EimKasp
@EimKasp 2 жыл бұрын
Is there a github repo for this project? Really interesting approach
@arfatmughal8071
@arfatmughal8071 3 жыл бұрын
Professional approach and pro once. Love it..
@josemichaelrazakariasa6586
@josemichaelrazakariasa6586 3 жыл бұрын
Merci beaucoup pour toutes votres contributions. Cela aide beaucoup
@quocthai5560
@quocthai5560 Жыл бұрын
I have problem with livewire change theme! I need some solutions please!
@karthikkk8193
@karthikkk8193 2 жыл бұрын
hi sir . my laravel livewire project upload in live serve but not working livewire error (Livewire is not defined)
@AlexGower
@AlexGower 3 жыл бұрын
Can you get permission too share repo please?
@abalselwi7774
@abalselwi7774 3 жыл бұрын
For performance in livewire you can skip render and change the inpute attribute to defer .
@AntoninoDiGiglio
@AntoninoDiGiglio 3 жыл бұрын
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
@belipero
@belipero 3 жыл бұрын
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!
@reina3596
@reina3596 3 жыл бұрын
Up
@cubedev4838
@cubedev4838 Жыл бұрын
Where the repo so i can learn?
@myohannes81
@myohannes81 3 жыл бұрын
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
@LaravelDaily
@LaravelDaily 3 жыл бұрын
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)
@giropa
@giropa 3 жыл бұрын
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.
@imannugroho195
@imannugroho195 3 жыл бұрын
what is the name of the admin panel template you are using?
@qudratxojamusayev6785
@qudratxojamusayev6785 3 жыл бұрын
I think it is built with Tailwind components, no template
@notrealsaga
@notrealsaga 3 жыл бұрын
I wish our project could use these features, but sadly it's built on Laravel 5.1 and it's hard to upgrade
@AldhiAlbadri
@AldhiAlbadri 2 жыл бұрын
can I copy the project? for study needs
@justtestingmycurrentskills747
@justtestingmycurrentskills747 3 жыл бұрын
The Dev is really good.
@latlov
@latlov 3 жыл бұрын
That developer should consider becoming a KZbinr. He can successfully start making this project as a youtube series!
@kevinpallado9638
@kevinpallado9638 3 жыл бұрын
Hi what theme are you using on this one
@mohmmedabd-alrazaq3913
@mohmmedabd-alrazaq3913 3 жыл бұрын
can u share source code there ?
@guccilive100
@guccilive100 2 жыл бұрын
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?
@eidiear
@eidiear 3 жыл бұрын
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.
@LaravelDaily
@LaravelDaily 3 жыл бұрын
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
@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
@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
@rashid1721 Жыл бұрын
Can we get repo of this project
@LaravelDaily
@LaravelDaily Жыл бұрын
No sorry that repo is private.
@pauloricardosavi
@pauloricardosavi 3 жыл бұрын
does anyone know the name of the template?
@reina3596
@reina3596 3 жыл бұрын
Great Job!!!! What admin theme??? It is beautifull and UI nice
@kevinwakhisi7001
@kevinwakhisi7001 3 жыл бұрын
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
@holiqibrahim
@holiqibrahim 3 жыл бұрын
How can I get the template admin?
@biohazard1964
@biohazard1964 2 жыл бұрын
it was new and also verrrry interesting
@jabbaralisoomro403
@jabbaralisoomro403 3 жыл бұрын
when we are supporting in quickadminpanel ?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
Livewire version of QuickAdminPanel is coming later this Spring.
@paulorcaldera
@paulorcaldera 3 жыл бұрын
Hello, could you talk about the possibilities of implementing SSO in the laravel?
@johnandrew721
@johnandrew721 2 жыл бұрын
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?
@LaravelDaily
@LaravelDaily 2 жыл бұрын
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.
@TLJAFAR
@TLJAFAR 3 жыл бұрын
Does the server have to be high-speed every time livewire request and respond to data?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
Not really, requests should be quick.
@ryanfelipe7040
@ryanfelipe7040 2 жыл бұрын
Wow, that is awesome!!!
@jaroslavr2270
@jaroslavr2270 3 жыл бұрын
That blink of whole page after closing modal window looks to me like dealbreaker 🙈 Could it be eliminated?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
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.
@onemohsen
@onemohsen 3 жыл бұрын
@@LaravelDaily i think show modal handle by alpine (x-show) , if handle by component problem solve , i'm not sure .
@ajithlal1688
@ajithlal1688 3 жыл бұрын
How the login and authentication is happening?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
Haven't checked while doing this review.
@qudratxojamusayev6785
@qudratxojamusayev6785 3 жыл бұрын
I would definitely pay for the code
@davoodjafari5851
@davoodjafari5851 3 жыл бұрын
Awesome! can i know what is your cp theme ? it's very familiar
@abelenocrodriguez
@abelenocrodriguez 3 жыл бұрын
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?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
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.
@abelenocrodriguez
@abelenocrodriguez 3 жыл бұрын
@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.
@mori181186
@mori181186 3 жыл бұрын
@@abelenocrodriguez Why? The only thing what you need is the api routes. Its 1 command for create a resource api routes and macros.
@PezhvakIMV
@PezhvakIMV 3 жыл бұрын
@@abelenocrodriguez you simply extract your logic and use it with both livewire and api routes.
@SophannarethNoy
@SophannarethNoy 3 жыл бұрын
Do you have any plan to add livewire type to QuickAdmin project?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
Yes it's already in progress, to be released in late Spring.
@mori181186
@mori181186 3 жыл бұрын
@@LaravelDaily Thats great. And laravel fortify,too? The two factor auth with my iphone is great. I like this in quickadminpanel ;)
@ma08serrano
@ma08serrano 2 жыл бұрын
do you have a course for real time using laravel?
@LaravelDaily
@LaravelDaily 2 жыл бұрын
You mean something like websockets? No, I don't have any course about it.
@ma08serrano
@ma08serrano 2 жыл бұрын
@@LaravelDaily ya. Something like when the database updated. The page will refresh automatically and change the data in frontend.
@teknolovedigital
@teknolovedigital 2 жыл бұрын
@@ma08serrano with livewire you can use emit or wire:poll
@leonardBeni
@leonardBeni 3 жыл бұрын
His projects is what really buging my mind after few months diving inside livewire, "is livewire designed to be a replacement for controller completely?",
@LaravelDaily
@LaravelDaily 3 жыл бұрын
Short answer is No.
@cristianvuolo
@cristianvuolo 3 жыл бұрын
cool video, thanks for meke it! which's this IDE theme?
@LaravelDaily
@LaravelDaily 3 жыл бұрын
Material Darker
@sensiedi
@sensiedi 3 жыл бұрын
Is this project public?
@alimahdavi9775
@alimahdavi9775 3 жыл бұрын
🤔🤔 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)?
@mori181186
@mori181186 3 жыл бұрын
Thats not the point. Because this requests create only admins in the admin panel.
@moauyameghari
@moauyameghari 3 жыл бұрын
can anyone tell me what admin theme was used here?
@reina3596
@reina3596 3 жыл бұрын
Up
@shaulica
@shaulica 3 жыл бұрын
Hi there. I'm interesting to buy a license. Could you put me through with the developer (if is interested to sell). Thank you.
@berbagimadani
@berbagimadani 3 жыл бұрын
Awesome
@debjit21
@debjit21 3 жыл бұрын
Should I learn livewire or just go to learn JS? Livewire is getting some attention from the laravel community.
@LaravelDaily
@LaravelDaily 3 жыл бұрын
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.
@jaycverg
@jaycverg 3 жыл бұрын
90% of the time, it is based on project needs. For me, as a heavily backend dev, I prefer this very much.
@thauveel
@thauveel 3 жыл бұрын
Need tutorial on reusable components ☺️
@laflain
@laflain 3 жыл бұрын
wow. Great
@muhammadfarhanahmed9280
@muhammadfarhanahmed9280 3 жыл бұрын
good work .web developer! i am waiting your vedio.can you login with firebase api and messging with firebase..
@GamePlayByFaks
@GamePlayByFaks 3 жыл бұрын
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.
Code Review: Livewire Rating Component - 4 Different Versions
17:32
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
Java Interview Practice Questions - Set 2
8:47
Interview Buddy
Рет қаралды 1
Build Data Table with Livewire 3 for beginners
42:46
Yelo Code
Рет қаралды 31 М.
Junior Code Review: Better Routes, CRUDs and Validation
17:58
Laravel Daily
Рет қаралды 61 М.
4 Packages You Need in ANY Laravel Project
8:14
Laravel Daily
Рет қаралды 62 М.
Why Flux Livewire UI is the BEST choice for Laravel Developers
22:17
13 FREE Livewire Components I've Found
6:44
Laravel Daily
Рет қаралды 24 М.
Is Laravel Livewire actually secure?
8:19
Josh Cirre
Рет қаралды 10 М.
Laravel + Livewire todo app (and so much more)
16:41
Aaron Francis
Рет қаралды 54 М.
From Blank to Blog With Laravel in 10 Minutes
12:21
Laracasts
Рет қаралды 14 М.