Тёмный

Laravel Livewire v3 Full Tutorial 2024 

Tony Xhepa
Подписаться 34 тыс.
Просмотров 34 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@pierdocks5412
@pierdocks5412 8 месяцев назад
Good job. You went deep into the functionalities that make this language very useful. Thank you for taking the time to make this very useful tutorial! Looking forward to your next tutorial videos!
@gillesashley9314
@gillesashley9314 4 месяца назад
Again, one of my favorite Laravel channels.
@olgaivanyuk2508
@olgaivanyuk2508 9 месяцев назад
Дякую Вам дуже, мені це дуже подобається!!!
@dfordemo981
@dfordemo981 9 месяцев назад
livewire is amazing , i'm gonna love this
@expertrobotpro
@expertrobotpro 4 месяца назад
Thank you so much dear sir That was very helpful
@YanKyawMin-hn9wv
@YanKyawMin-hn9wv Месяц назад
Great Livewire tutorial! I want to know which VS code extension are using for show installed package's versions in composer.json?
@dfordemo981
@dfordemo981 9 месяцев назад
super awesome, this is my first livewire tutorial
@trancosger
@trancosger 2 месяца назад
Thank you for this video. Next time, could you please include in one minute the commands you used to create the project with Laravel? English is not my native language and I have doubts about which project you are using: Breeze, Volt (functional or class API)... Again, thank you for your videos.
@abdisaha2039
@abdisaha2039 9 месяцев назад
Thank you very much for the tutorial, is there a tutorial for making a front page using Livewire 3 like a navbar(home, about, contact, etc) that can be arranged dynamically when used on PC or mobile?
@andistheinforitbutso7513
@andistheinforitbutso7513 7 месяцев назад
very nice
@tonyxhepaofficial
@tonyxhepaofficial 7 месяцев назад
Thanks
@fawadahmad197
@fawadahmad197 26 дней назад
Sir please make a video to how to delete multiple records using checkbox using tailwind
@brainybeats4kid
@brainybeats4kid 10 месяцев назад
great
@dumdcode3845
@dumdcode3845 6 месяцев назад
Thank you for this tutorial it helps me a lot and sir how about after the search box if i click the result how it will display?
@pedroluzio
@pedroluzio 3 месяца назад
man... just create an alias for 'php artisan'. I usually have "alias art=php artisan", pains me to see people typing that. thanks for the video.
@development2301
@development2301 8 месяцев назад
Thank you
@eramitgupta271
@eramitgupta271 7 месяцев назад
"Select All" Checkbox in Livewire And "Unselected" or component update how ?
@RizkyRamadhan-r7z
@RizkyRamadhan-r7z 10 месяцев назад
GOAT
@beticohernandez9536
@beticohernandez9536 10 месяцев назад
Excelente.
@homophopicsapiens9926
@homophopicsapiens9926 8 месяцев назад
good job man!
@tonyxhepaofficial
@tonyxhepaofficial 8 месяцев назад
Thanks!
@mobile-techMobileTech
@mobile-techMobileTech Месяц назад
Edit task on 3:30:23
@kodeleap
@kodeleap 10 месяцев назад
Nice tutorial. Kindly share the name of your theme.
@ilahazs
@ilahazs 10 месяцев назад
thanks
@tonyxhepaofficial
@tonyxhepaofficial 10 месяцев назад
Welcome
@ilahazs
@ilahazs 10 месяцев назад
@@tonyxhepaofficial you're great
@SieUngWong
@SieUngWong Месяц назад
after watching 2 hours and 54 minutes, I think I am qualified to give rating to this tutorial, out of 5 stars, I will give him 2.5 stars, yes it means Just passed and nothing more. The main reason and the only reason I give him this rating is he don't have solid understanding about the tech stack he is using, he just know some skills and know how to put them together and make it work but I can tell that he don't know why, one obvious example is he do not know how tailwinds compiled into cuss rules, he even use dynamic variables in 2:14:00 for CSS rules , that is totally prohibited at least for now, that is working because he wrote same rules on other template so the tailwind can compiled that rule successfully. (bookmark 3:30:00)
@afdevs3054
@afdevs3054 3 месяца назад
Not usefull combined many videos in one video I waste my whole day but could'nt understand
@tonyxhepaofficial
@tonyxhepaofficial 3 месяца назад
You can see the playlist ru-vid.com/group/PL6tf8fRbavl3CsZ9oz62gl5oEhdp2vP5p
@clarke6808
@clarke6808 6 месяцев назад
Thank you Tony.. Awesome tuts
@SieUngWong
@SieUngWong Месяц назад
after watching 2 hours and 54 minutes, I think I am qualified to give rating to this tutorial, out of 5 stars, I will give him 2.5 stars, yes it means Just passed and nothing more. The main reason and the only reason I give him this rating is he don't have solid understanding about the tech stack he is using, he just know some skills and know how to put them together and make it work but I can tell that he don't know why, one obvious example is he do not know how tailwinds compiled into cuss rules, he even use dynamic variables in 2:14:00 for CSS rules , that is totally prohibited at least for now, that is working because he wrote same rules on other template so the tailwind can compiled that rule successfully.
@stocklin9831
@stocklin9831 8 месяцев назад
Introduction Installation Components Navigation Properties Data Binding Key modifiers Task Migration Full Page Component Task Index Forms Validation
@rianlucas3359
@rianlucas3359 7 месяцев назад
what font are you using on your IDE?
@ІгорШтогрин-ы3щ
@ІгорШтогрин-ы3щ Месяц назад
Thanks! Very helpful!
@tooru
@tooru 6 месяцев назад
aviagation
@kadirertan8664
@kadirertan8664 5 месяцев назад
Nice tutorial. Thanks for your effort. I have an issue and i hope you can help me with it. In single product page im listing the product's reviews with pagination and using Flowbite's dropdown menu for each review to show edit, delete and report actions. However, when i change page of reviews these dropdowns no longer working. I had similar issue when navigating but i solved it using method below: document.addEventListener('livewire:navigated', () => { initFlowbite(); }); Any way to solve it when paginated too?
@kadirertan8664
@kadirertan8664 5 месяцев назад
I solved it in a not very efficient way but it works for my situation at this moment. For those facing same problem might examine codes below. ProductReviews.php: public $page = 1; public function updatedPage() { $this->dispatch("product-reviews-page-updated"); } product-reviews.blade.php: @script Livewire.on("product-reviews-page-updated", function() { setTimeout(() => { initFlowbite(); console.log("flowbite initialized") }, 300); }) @endscript After page is updated dispatch an event and then catch that event in blade. Then, wait for 300ms before initializing flowbite with initFlowbite(). Still, if you have better solution for such situation please let me know.
@АртурЗарипов-б2й
@АртурЗарипов-б2й Месяц назад
Thank you very much!
@anton4ilatov
@anton4ilatov 2 месяца назад
Thanks a lot, man!)
@HoangThanhTungPH
@HoangThanhTungPH 10 месяцев назад
Can you create a fully detailed stack project about Laravel and Vuejs? Thanks a lot
@Spkntei
@Spkntei 9 месяцев назад
hi
@roninleo5679
@roninleo5679 10 месяцев назад
Amaziiing tutorial thank you so much
@tonyxhepaofficial
@tonyxhepaofficial 10 месяцев назад
You're welcome 😊
@MrAtomUniverse
@MrAtomUniverse 8 месяцев назад
Tough, it's like , VueJS was there to solve the issue of non dynamic sites , livewire doesn't feel like something everyone would use just to handle the non dynamic issue of laravel. Still feel like people who can develop well might still go with NextJS