Тёмный
No video :(

Laravel Facades: What are Facades used in Laravel & how to use them in App with examples? 

QiroLab
Подписаться 18 тыс.
Просмотров 8 тыс.
50% 1

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

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@QiroLab
@QiroLab 2 года назад
⌚ Timestamps: 00:00 Introduction 00:51 Definition of Facade 03:15 Example of in-built Facade 06:08 Create a custom Facade 11:42 Aliases for Facades 13:41 Create our own implementation of Facade 18:54 Real-Time Facades
@disguisedgirl
@disguisedgirl 2 года назад
Where have you been? You are the best Laravel trainer I've found so far! You explain many untouched and advanced topics in an easy but solid approach.
@QiroLab
@QiroLab 2 года назад
I am glad you like my content. I was busy with some other things. Now I will try my best to upload videos regularly.
@jeesambo
@jeesambo Год назад
Before I hate Facade, but now I love Facade. I like your method of teaching.
@QiroLab
@QiroLab 7 месяцев назад
Thank you! Cheers!
@ghaleda1785
@ghaleda1785 2 года назад
So far, this is the almost complete tutorial I've bumped into about Laravel Facades for beginners. Thanks for sharing.
@digitalgenre7194
@digitalgenre7194 Год назад
Teaching requires you to understand what needs to be understood and this is what separeted you from others outhere. You explain to the basics details. Thank you.
@QiroLab
@QiroLab Год назад
Thank you
@negi3625
@negi3625 6 месяцев назад
Thanks for the videos, it helps a lot understanding the concept.
@QiroLab
@QiroLab 6 месяцев назад
Glad to hear that!
@macrotom1644
@macrotom1644 5 месяцев назад
Brilliant, you just got yourself a follower.
@QiroLab
@QiroLab 5 месяцев назад
Glad you liked it
@michaelplichart3224
@michaelplichart3224 Год назад
Very good tutorial. Thank you
@QiroLab
@QiroLab 7 месяцев назад
Thank you
@neerajsinghtangariya2587
@neerajsinghtangariya2587 2 года назад
Really helpful. Now I understood how Facades and what it is..
@QiroLab
@QiroLab 2 года назад
Great to hear!
@brainyworld2184
@brainyworld2184 2 года назад
Nice content as always. Please keep making videos on how Laravel work under the hood.
@QiroLab
@QiroLab 2 года назад
Thanks, will do!
@zhasan66
@zhasan66 2 года назад
Really awesome video tutorial.
@QiroLab
@QiroLab 2 года назад
Thank you! Cheers!
@tousifrafat
@tousifrafat 2 года назад
Thank you for this video.
@jijeshc
@jijeshc 2 года назад
Thank you bro
@QiroLab
@QiroLab 2 года назад
Welcome
@matthelosh
@matthelosh 2 года назад
Thank a lot. Its really useful for me..
@QiroLab
@QiroLab 2 года назад
You are welcome.
@muhammadsananahmad3124
@muhammadsananahmad3124 2 года назад
nice to learn keep it up
@QiroLab
@QiroLab 2 года назад
Thank you
@JamiulBari
@JamiulBari 2 года назад
Thanks for your videos. Recently I have followed your Laravel passport OAuth 2.0 videos. It was a great video. I was looking for something like it to create an SSO (Sign Sign-On) for multiple laravel projects (1st Party). But could not figure it out. Then I realized OAuth is actually for authorization, not authentication (I can be wrong). So, I am pretty puzzled regarding it. If you have a solution/idea for SSO for the first party laravel project, please make a video or blog about it. It will be helpful for many others. Or at least show some directions if you are aware.
@1mr4n4li
@1mr4n4li 2 года назад
Just import any class with backslash in start etc import \App\Services\SomeService; will convert it to facade automatically
@1mr4n4li
@1mr4n4li 2 года назад
You don't need to do anything else. If you don't want to import every time just edit config/app.php and add your service class there
@arshahin9803
@arshahin9803 2 года назад
Initially, I think facade is like helper function
@luuktimmermans3684
@luuktimmermans3684 2 года назад
do you kno how i can make 2fa required on jetstream and remove the revovery codes.
@QiroLab
@QiroLab 2 года назад
Jetstream is using Laravel Fortify for 2FA. So you should watch this video. It may help you. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rDCqS277dVQ.html
@pjr
@pjr Год назад
How did you customize VS code for Laravel development?
@ask4funs_solution
@ask4funs_solution 8 месяцев назад
what? the whole facade is just to make static method????? why cant we write "static" on the method is sufficient ?
@QiroLab
@QiroLab 7 месяцев назад
With the help of the facade, you can chain the function or call it statically. For example `Model::where()->first()` `Model::latest()->where()->first()` In this example, the `where()` method is called statically as well as chained. But in the case of the static method, you cannot chain it.
Далее
Laravel Service Providers: All You Need to Know
13:13
What's New in Laravel 10 - The New Process Facade
12:03
I've been using Redis wrong this whole time...
20:53
Просмотров 353 тыс.
09 - Events & Listeners
11:01
Просмотров 22 тыс.
Laravel Folio First Look
20:34
Просмотров 11 тыс.