Тёмный

Livewire v3: Quick Demo in 8 Minutes 

Laravel Daily
Подписаться 141 тыс.
Просмотров 15 тыс.
50% 1

Presenting to you a new course about Livewire 3, and in the upcoming few videos, I will demonstrate Livewire's core features.
- - - - -
Support the channel by checking out my products:
- My Laravel courses: laraveldaily.com/courses
- Laravel QuickAdminPanel: quickadminpanel.com
- Livewire Kit Components: livewirekit.com
- - - - -
Other places to follow:
- My weekly Laravel newsletter: us11.campaign-archive.com/hom...
- My personal Twitter: / povilaskorop

Хобби

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

 

27 авг 2023

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@xxwee
@xxwee 10 месяцев назад
I wanna say thanks for making web dev life easier. Following from Saudi Arabia.
@alnahian2003
@alnahian2003 10 месяцев назад
I actually never took Livewire and the TALL stack seriously before. Now I will 💪 I'm a VILT stack enthusiasts, but TALL stack will be my new adventure ✨
@HT-hj5jp
@HT-hj5jp 10 месяцев назад
A tool that eliminates JS almost entirely is something more special than all that "fancy" SPA-frameworks world. P.S. Livewire user from v1. ;)
@ehtashamshami6969
@ehtashamshami6969 10 месяцев назад
Your are GEM bro! ❤ Just keep doing it
@ahmedhamza9277
@ahmedhamza9277 9 месяцев назад
Your are GEM bro! ❤
@luishamedmedinavaca377
@luishamedmedinavaca377 9 месяцев назад
Love livewire
@alvinellavu9603
@alvinellavu9603 10 месяцев назад
Awesome tutorial, am good at backend development, I think i'l start doing some livewire Instead of Laravel ajax all the time
@babuokatula
@babuokatula 7 месяцев назад
I am always used to the same method of Laravel and Ajax, someone should promise me Livewire will save me a lot. @Alvine how did it turn out? Happy to hear your comment
@alvinellavu9603
@alvinellavu9603 7 месяцев назад
@@babuokatula I swear to you livewire is awesome 💯, very awesome.
@shubhamsahuSD
@shubhamsahuSD 10 месяцев назад
Livewire is love
@ahmedhamza9277
@ahmedhamza9277 9 месяцев назад
❤❤❤❤❤❤❤❤❤
@sepulchure7
@sepulchure7 10 месяцев назад
Hey Povilas, thanks for consistently sharing great content. I would like to ask a question about Livewire. When we're building a TALL stack application, should we create all components via Livewire, or is it still acceptable to use some conventional Laravel structures if Livewire isn't needed? How can we decide the difference? I'm a little bit confused. Thanks again.
@LaravelDaily
@LaravelDaily 10 месяцев назад
That's totally your personal preference. Livewire can be used for small dynamic parts of Laravel application. Or, used instead of Laravel Controllers, as full-page components. The choice is yours.
@andresgutgon
@andresgutgon 9 месяцев назад
Hey @laravelDaily I'm thinking on going full spa with livewire + volt + folio. Do you see any disadvantages with this approach? Thanks!
@mugerwaobadiah1621
@mugerwaobadiah1621 10 месяцев назад
Thanks alot , kindly make a video on the entire CRUD using modals powered by livewire , with unique validation #livewire v3
@LaravelDaily
@LaravelDaily 10 месяцев назад
Yes, working on it.
@samiullah0011
@samiullah0011 10 месяцев назад
If a form has many fields like 20 or above we need to define 20 variables. How to avoid that. Is there any way like $request->all() or validated to use in the component. Can we use form requests in component. Can we use controller instead of component in livewire?
@LaravelDaily
@LaravelDaily 10 месяцев назад
I guess I need to create a separate demo for such form, impossible to answer in a short comment. Added to the to-do list for upcoming weeks.
@JoseFranciscoIT
@JoseFranciscoIT 10 месяцев назад
You can create an array with the fields you want and only will have one variable , you cannot use form request in Livewire, but you can use Livewire validation convention or Laravel in-line validation, works pretty well, all is very well documented in Livewire doc page.
@ikarolaborda726
@ikarolaborda726 10 месяцев назад
Is it possible to use livewire on a detached/separated frontend perspective? (Non MVC)?
@LaravelDaily
@LaravelDaily 10 месяцев назад
Not sure, I haven't tried.
@rajubeparybd
@rajubeparybd 10 месяцев назад
How to do application load balancing, database load balancing with Laravel? Can you please make a video on this topic?
@LaravelDaily
@LaravelDaily 10 месяцев назад
It's not a video, it's a separate full topic for a full course. There are other courses on this subject online, I wouldn't want to dive deep into this topic, it's more for DevOps than Laravel developers.
@ihangan
@ihangan 10 месяцев назад
it's some problem with validation error in nested dynamic components.
@LaravelDaily
@LaravelDaily 10 месяцев назад
If you send me the exact info povilas@laraveldaily.com with code, I may try to make a video about it.
@gdogmalone
@gdogmalone 10 месяцев назад
Hi Povilas, are you no longer going to release video courses please?
@LaravelDaily
@LaravelDaily 10 месяцев назад
No, I switched to text-based courses in most cases, with only some exceptions if I need to specifically show something visually. Many people prefer the text information as it's much easier to search, quick-read and update.
@lasarkolja9692
@lasarkolja9692 10 месяцев назад
Does the form still works, if the browser has disabled JS? And how big is the JS file for this example?
@LaravelDaily
@LaravelDaily 10 месяцев назад
No it won't work with disabled JS. But if the browser has disabled JS, then the whole web wouldn't properly work. For this example, JS file is ~0.6MB.
@lasarkolja9692
@lasarkolja9692 10 месяцев назад
Thank you for the quick reply. And of cause, for all the video content 👍
@briancook6875
@briancook6875 4 месяца назад
is livewire heavier on server requests than a more traditional stack?
@LaravelDaily
@LaravelDaily 4 месяца назад
By default, yes it may be. But depends how you write code.
@debkumarmayra9497
@debkumarmayra9497 10 месяцев назад
Sir can you make a tutorial on Laravel inertia and Vue3
@LaravelDaily
@LaravelDaily 10 месяцев назад
I did a lot of them already, search the channel. Also, latest course: laraveldaily.com/course/laravel-vue-inertia-food-delivery
@easyvideott7505
@easyvideott7505 10 месяцев назад
Is it possible to just buy this course? And how?
@LaravelDaily
@LaravelDaily 10 месяцев назад
The link is in the description below. It's only membership, can't buy a single course, but you can take a monthly membership for a month for $29 and then cancel after that month.
@MrSundaayy
@MrSundaayy 10 месяцев назад
Why it doesn't work in wire-element-modal sir?
@LaravelDaily
@LaravelDaily 10 месяцев назад
I'm not sure, is that some package? Then you need to raise that issue to the package creator
@iftekharemon8418
@iftekharemon8418 9 месяцев назад
I am fetching a big problem after updating livewire two to three... Now all of my jquery does not work...what should I do?
@LaravelDaily
@LaravelDaily 9 месяцев назад
I wouldn't use jQuery with Livewire at all, it's a recipe for disaster.
@yuri0001
@yuri0001 9 месяцев назад
Sadly in production we need jquery for some components/layout functionality but livewire feels great.
@andrews4379
@andrews4379 10 месяцев назад
Don't like livewire.. ugly stack...loks like angluar but even worse
@HT-hj5jp
@HT-hj5jp 10 месяцев назад
Wut? 🤣
@ehtashamshami6969
@ehtashamshami6969 10 месяцев назад
please explain with reasons
Далее
Caleb Porzio "Livewire 3" - Laracon US 2023 Nashville
43:28
React + Laravel Full-stack Application | Build and Deploy
3:13:19
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 34 тыс.
NEW Livewire v3: 9 Changes You Need To Know
15:57
Просмотров 12 тыс.
18 Laravel/PHP Tips in 10 Minutes: June 2024
10:41
Просмотров 5 тыс.
PHP on the frontend! No more Javascript!
14:47
Просмотров 118 тыс.
Laravel Security: Top 7 Mistakes Developers Make
11:16
The Modern Index.php File
16:13
Просмотров 15 тыс.
I build a TODO list app with Laravel in 17 minutes.
17:58
AMG ВЫХЛОП на KIA K5 #shorts
1:00
Просмотров 800 тыс.
20 kg 😂
0:11
Просмотров 1,7 млн