Andre, you always do your job perfect! Many thanks for your efforts. All the best mate!
@drehimself5 жыл бұрын
Thanks for watching!
@rakeshpatel57915 жыл бұрын
You're great Sir. All your stuffs of learning is awesome and simple and very easy to understand. Thank you so much for this new concept.
@drehimself5 жыл бұрын
Thanks for watching!
@AndrewKwabula3 жыл бұрын
Andre, the reason I subscribed to your channel is because of your bassy voice ... LOL. It was because of Livewire and Alpine JS well explained, thanks.
@Noone-19804 жыл бұрын
Finally, a great Livewire Tuts. Thanks Andre. Do you offer premium course on creating a Rental System? Or Library System?
@caaireyu5 жыл бұрын
What about CSRF protection?
@nicolaspaquette45743 жыл бұрын
Insane dude , everything is so simple to me now !!!
@thanishahamed47553 жыл бұрын
Awesome, simple, and clean! ♥
@lserranoit4 жыл бұрын
Hello Andre, you are an amazing teacher. Do you have a video about API Resource, I want to learn how to manage programmer backend message validations to the front.
@winter-survivor5 жыл бұрын
Great intro to Livewire. I believe the error was at 29:34, maybe you should have removed the single quotes when passing the blade title variable
@drehimself5 жыл бұрын
Thanks for watching! I think I tried that, didn't seem to work. Will look into it some more and update the repo if I find a solution.
@walterjohnson81275 жыл бұрын
Andre, Great video! Question, what if I call my Livewire component from a view that already has the todos in a collection that is passed as $todos? I can get the $todos collection into my Livewire controller and even dd($todos) to the screen, but I can't get the todos Livewire view to see the values. I keep getting a "Undefined Variable 'todos'" in my Livewire view.
@walterjohnson81274 жыл бұрын
Everything is working perfectly. Except that when I click the checkbox, it does not change to "strikethrough" unless I refresh the page. The DB changes, and if I refresh the page everything is accurate, but it doesn't seem like the AJAX part of the functionality is working for me. Ideas?
@shanemur4 жыл бұрын
Could you do a series developing and deploying straps.io
@adamtak31285 жыл бұрын
This is offtopic but what font do you use for your text and the vscode theme as well.
@drehimself5 жыл бұрын
Fira code with ligatures on.
@adamtak31285 жыл бұрын
@@drehimself Oh. I have Fira code with ligatures but my font looks more blocky and not as cool and rounded as yours.
@rathodrajesh18884 жыл бұрын
can you do crud using model popup
@someone-jq3lc4 жыл бұрын
can you please make a video to setup sublime for Laravel to look exactly like yours?
@alexanderanastasiadis92843 жыл бұрын
How can in this project to make real time saves without refreshing pages ? Thanks
@llBestBoyll2 жыл бұрын
Powerful tool 🔥
@Prince-pf3ii4 жыл бұрын
Is Liveware single-page application SEO Friendly?
@SilverPaladin4 жыл бұрын
It can be as each Livewire component can be delivered from the server full of data already. You get server rendered first view, and dynamic updates after. Best of both worlds!
@eugeniordache49495 жыл бұрын
Hi Andre! I really like your videos! Could you please recommend some resources for those who want to get more experienced with Laravel?
@drehimself5 жыл бұрын
Thanks for watching! If you don't already have a Laracasts subscription, highly recommended. The most important part is to keep building things.
@davidbasil27275 жыл бұрын
Can get revolutionary if it can get traction
@AslamD5 жыл бұрын
livewire > framework for laravel framework nuxt > framework for vue framework Although this still depends on requirements, what do you prefer more? livewire or nuxt ?
@drehimself5 жыл бұрын
Livewire is still very early and not ready for production apps. Like you said, it really depends on the requirements of the app. Can't really pick one all the time.
@1jose54 жыл бұрын
livewire is good but for small apps or apps with low events , because Liveware make a request for once events of the components like clicks etc
@riyanpermadi2835 жыл бұрын
How to bulky delete with check box passing data to route delete
@gambomakabiyelmis97765 жыл бұрын
This is amazing every single second of this video kept me wowing. Up Livewire
@perfect.stealth4 жыл бұрын
Do you use any software or anything, to create local domains? I recently started using Mac for development, and i am really missing something like Laragon for Windows, to set local domains for example.
@loydtafireyi68074 жыл бұрын
Use laravel valet
@mkdierz3 жыл бұрын
this is great thanks
@prane815 жыл бұрын
what about route mapping?
@bubadibaka29744 жыл бұрын
Whao .. this is magic
@ahmedhelal1743 жыл бұрын
Thank you
@lineasdecodigomx5 жыл бұрын
Do you have courses on udemy?
@drehimself5 жыл бұрын
Not yet, currently working on a premium course (not on udemy)
@vcmattsucr5 жыл бұрын
@@drehimself do you know what I really want to pay you for? Integration of Shippo and TaxJar into your old Ecommerce series ;)
@MoatazMohamady5 жыл бұрын
Waw I will check this
@Dabayare4 жыл бұрын
I need the world to go back to server-side programming like php apache and with modern UI like React.
@georgeamir4 жыл бұрын
The error you got in console when you comment console.log(), I believe it's happen because of single line comment "//" you could use block comment "/* */".
@nu28834 жыл бұрын
Thanks you
@mohamedshuaau6324 жыл бұрын
wait. Its you from laracasts
@mudassir_khan4 жыл бұрын
Your voice is like Gustavo Fring from breaking bad
@Jesus-mu4ix5 жыл бұрын
❤️
@HDKinoCool4 жыл бұрын
but this is very bad practice render and handle JS code via PHP.. becouse its decrese site performance.. PHP should spend time not only for rendering and processing main app, and also all JS actions with app interface elements.you know that JS is executed at the expense of the client’s browser resources .. and the server already does a huge amount of work before showing you the site .. so why else should the server be loaded with the execution and rendering of JS code from PHP sources?
@iwanchandra32954 жыл бұрын
thats's some hardcore error in the end
@bibibobs5 жыл бұрын
I'm not recommending this, it becomes a real mess in big apps. Either use a SPA, or MPA with ajax but not a half mangled SPA/MPA framework
@jhoanborges65745 жыл бұрын
Can you do it better? He's always showing and trying new things. Do the same