Тёмный

Laravel Livewire Crash Course | Livewire 3 Tutorial for Beginners in 1.5 Hours 

Josh Cirre
Подписаться 11 тыс.
Просмотров 6 тыс.
50% 1

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

 

17 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@joshcirre
@joshcirre 2 дня назад
Try Mailtrap for free: l.rw.rw/josh_cirre
@siya.abc123
@siya.abc123 2 дня назад
This is awesome. When I tried to get started with Laravel I was so overwhelmed with all the options and terms that I just gave up (herd, composer, artisan, livewire, breeze etc). I couldn't figure out how to get started with the best practices and build a production grade app. Now this episode has answered me. Thanks!
@joshcirre
@joshcirre 2 дня назад
I'm glad this came at a right time. This is everything I wish I knew when I started building in Livewire. :)
@stevepottz111
@stevepottz111 2 дня назад
This is great timing Josh. Thanks!
@joshcirre
@joshcirre 2 дня назад
Thank you! ☺️
@TheCodeholic
@TheCodeholic 2 дня назад
Good luck with the video 👏
@joshcirre
@joshcirre 2 дня назад
Thank you! ☺️ Thanks for all you do and your videos!
@nasko235679
@nasko235679 2 дня назад
Saw you cooking in the recent dev challenge video and representing laravel. Cool stuff!
@joshcirre
@joshcirre 2 дня назад
Thank you! ☺️
@zuluk1ll157
@zuluk1ll157 2 дня назад
Awesome as always josh .... 🔥🔥🔥
@joshcirre
@joshcirre 2 дня назад
Thank you. :)
@CodeWithJagadish
@CodeWithJagadish День назад
Livewire has limitations when displaying multiple components on the same page, particularly regarding component IDs and data reactivity. Switching the same/random component multiple times can lead to unexpected behavior.
@RamuRamu-eu2sx
@RamuRamu-eu2sx 10 часов назад
Hello, i am facing problem with livewire 3, with flux, last week i purchased flux, im facing problem in wire:navigate, when im switching pages, and tablet pagination, styles and js, not loding, if i make hard refresh that time it work , same problem if i use pagination, i checked livewire 3 Navigate document, it was not that much understandable, can u help me out, if possible to make dedicated video on this topic,
@MyOwnPufferFish
@MyOwnPufferFish 7 часов назад
Hey josh (or anyone with some experience). I've been pretty tempted by Volt, since I'm familiar with JS frameworks, but I'm a bit concerned with reliability and debugging complexity or quirks. How reliable is Volt currently ? Can it be used on a serious production project ?
@joshcirre
@joshcirre 2 часа назад
As someone who loves Volt, I would say absolutely yes it can be used on production projects. The biggest downsides currently are no developer tooling so your IDE might have a hard time giving help for PHP syntax in your blade.php files.
@laravelug
@laravelug 10 часов назад
Thanks a lot, I think I will be better for project based tutorial, like simple e commerce app, hospital management app such that we see the real world implementation
@ZeinotGaming
@ZeinotGaming 2 дня назад
YEY amazing to see this tutorial i would have loved to have something like this a couple of months /1year ago
@codewithSJM
@codewithSJM 8 часов назад
Hey man! this is amazing thanks. You do good stuffs 🤗
@joshcirre
@joshcirre 2 часа назад
Thank you. I'm glad I could help. :)
@codewithSJM
@codewithSJM 2 часа назад
@@joshcirre 👍
@MyOwnPufferFish
@MyOwnPufferFish 7 часов назад
Would you use Livewire only for reactive components (and blade components for static), or livewire for everything, even without needing the reactive state , for consistency's sake ?
@joshcirre
@joshcirre 2 часа назад
It depends on how you want to set your app up. If you are wanting the "SPA" kind of feel, then having your whole app be Livewire full page components makes sense so you can "wire:navigate" to each page. But, usually I'll try to only bring in a Livewire component when I either need to query for data or have some sort of server side interaction on the page. Which is usually most pages honestly. Currently, a lot of projects are full-page Volt components. :)
@MyOwnPufferFish
@MyOwnPufferFish 2 часа назад
@@joshcirre thanks for taking the time to respond ! As a junior dev having to do a lot of full-stack stuff with tight deadlines, your channel has been great! Keep up the good work !
@meteyilmaz9457
@meteyilmaz9457 День назад
Great video. Thanks sir. Can you please give the name of the code completition ai plugin? It's so usable.
@joshcirre
@joshcirre День назад
I believe this was mostly recorded with Supermaven. :)
@development2301
@development2301 2 дня назад
Great video, thank you for your efforts ❤❤❤
@joshcirre
@joshcirre 2 дня назад
Thank you! ☺️
@buddikathilakarathna1446
@buddikathilakarathna1446 День назад
Awesome 🎉🎉🎉
@fabrizio.dipietro
@fabrizio.dipietro 2 дня назад
For those starting out, it is difficult to know where to start 😅
@joshcirre
@joshcirre 2 дня назад
It can be! Hopefully this helps a little bit. :)
@b3rking
@b3rking День назад
maan is just good with your explantions, but i would like, if possible make a course on advanced stuff with livewire thanks
@joshcirre
@joshcirre День назад
Thank you! I'll put it on my list to spend some time doing more advanced topics as a full-length course. :)
@rahulpowar-t7d
@rahulpowar-t7d День назад
Please give Full course
@andriambololontsoameceneph3232
Great Video
@joshcirre
@joshcirre День назад
Thank you! :)
@daresamiuel
@daresamiuel 2 дня назад
Awesome 🎉🎉🎉
@joshcirre
@joshcirre 2 дня назад
Thank you! ☺️
@jyy3338
@jyy3338 День назад
can i ask what the font is
@joshcirre
@joshcirre День назад
This is the Dank Mono font. :)
@jyy3338
@jyy3338 День назад
@@joshcirre thankyou
@MyChannel-uf4ip
@MyChannel-uf4ip 2 дня назад
Hey Josh, I am Rifat a developer. I am requesting you to create a video to add trix or any similar powerful rich text editor with laravel and livewire 3 volt. Thanks!
@joshcirre
@joshcirre 2 дня назад
Hi there Rifat, I can add that to the list. I would probably reach for Filament text editor if I needed it though. :)
@MyChannel-uf4ip
@MyChannel-uf4ip 2 дня назад
@@joshcirre Alright, thanks for letting know it. But as you know nowadays peoples want to add their admin templates in their system, so if you will get a time for it. Please make a video with it! Thanks!
@MyChannel-uf4ip
@MyChannel-uf4ip 2 дня назад
And congratulations on 10K youtube subscribers!!!🎉🎉
@joshcirre
@joshcirre 2 дня назад
Thank you! And apologies if I misspoke but you can use Filament components like a text editor in your application outside of your Admin panel! I’ll have to make a video. :)
@mrdarknezz
@mrdarknezz 2 дня назад
I really feel like volt should be the default nowadays though
@joshcirre
@joshcirre 2 дня назад
I agree! Good thing is at least in class based, it is all backwards compatible. ☺️
@kevinkabeya2459
@kevinkabeya2459 2 дня назад
👏🏾👏🏾👏🏾👏🏾
Далее
Extremely simple analytics for your Laravel apps
10:31
Просмотров 2,2 тыс.
БАБУШКА ВСЁ ИСПОРТИЛА #shorts
00:24
Просмотров 602 тыс.
BEWARE these Laravel attributes | Real World Laravel
19:10
Is PHP the new JavaScript?
16:18
Просмотров 11 тыс.
Why Gumroad Didn't Choose HTMX
19:47
Просмотров 2,6 тыс.