Laravel Beginner tutorial | Laravel Service Provider

  Рет қаралды 41,905

Bitfumes - AI & LLMs

Bitfumes - AI & LLMs

Күн бұрын

Пікірлер: 48
@BackWoodsWisco
@BackWoodsWisco 5 жыл бұрын
Thanks for this video! I'm not new to Laravel, but I have tried to read through the service container stuff in the docs, and even with my existing knowledge of Object Oriented Programming, I always found this stuff a bit esoteric. Thanks for helping to ground our understanding of these concepts! You're one of the best Laravel KZbinrs for sure. I'd love to see you do a series where you build a Laravel package and construct a custom Service Provider for it. Thanks again!
@Bitfumes
@Bitfumes 5 жыл бұрын
Yeahhh I will do that also, Thanks for watching. you can visit bitfumes.com/courses for more such videos and courses.
@intothe-nature
@intothe-nature Жыл бұрын
Very nice and soft speaking . Easy to understand and explained well
@learndaily3589
@learndaily3589 3 жыл бұрын
Thank you Bitfumes
@xthukuh
@xthukuh 4 жыл бұрын
Thank you. Your teachings are greatly appreciated here in Kenya.
@magnuspayton3059
@magnuspayton3059 3 жыл бұрын
i guess it's kinda randomly asking but does anybody know of a good place to watch newly released movies online?
@xthukuh
@xthukuh 3 жыл бұрын
@@magnuspayton3059 remove all numbers: g1o2o3j4a5r6a7.8t9o
@achilleskaysen9179
@achilleskaysen9179 3 жыл бұрын
@Magnus Payton I dunno I use Flixportal. just search on google after it :) -achilles
@magnuspayton3059
@magnuspayton3059 3 жыл бұрын
@Achilles Kaysen thanks, I signed up and it seems like they got a lot of movies there :D I appreciate it !!
@achilleskaysen9179
@achilleskaysen9179 3 жыл бұрын
@Magnus Payton happy to help xD
@lusunguwangilisasi2999
@lusunguwangilisasi2999 4 жыл бұрын
Thank you very much brother! your explanations are really simple and clear! Much helpful, keep up the good work
@DevAmirull
@DevAmirull Жыл бұрын
Thank you very much brother.
@tmbangla365
@tmbangla365 Жыл бұрын
you are the best
@itone3438
@itone3438 2 жыл бұрын
thanks !!! what you use font for editor ?
@karenmolina4757
@karenmolina4757 2 жыл бұрын
It will be very much helpful.
@enayatnaeemi4455
@enayatnaeemi4455 2 жыл бұрын
thanks you so match from you
@rakeshmali1727
@rakeshmali1727 3 жыл бұрын
if I need to bind a key to something, say key1, then can I register it to any of these app service providers (like auth, broadcast, database)? or does it have to be specifically AppServiceProvider only?
@mister-ace
@mister-ace 3 жыл бұрын
Everything is clear, thank you. However, I cannot understand in what cases we should use this.
@midoriya1183
@midoriya1183 3 жыл бұрын
if you have custom services(beyond laravel can provide) like connection, mail using api, etc. you can do these. That's why it was called service provider
@satheshkumar5906
@satheshkumar5906 3 жыл бұрын
Hi ,Can you make a video about service container and providers using a real life example , Do you have any advanced Laravel courses in Udemy
@shumit
@shumit 5 жыл бұрын
Thank You !! Very insightful for beginners like us.
@Bitfumes
@Bitfumes 5 жыл бұрын
Yeahhh, thanks for watching, you can visit bitfumes.com/courses for more such videos and courses.
@bhagyashreerahile9594
@bhagyashreerahile9594 4 жыл бұрын
Hey, you described the service providers in detail. Thank You. Can you please suggest me some examples of when to create custom providers. It will be very much helpful.
@charansingh3930
@charansingh3930 4 жыл бұрын
suppose you have a class A that has many methods (for example: sayHello()) and you want to access all the methods of class A statically then you need to create a providers for class A (for example TestServiceProvider) and also you need to create a facade (for example TestFacade). Now any where you can access class A methods like Test::sayHello(); through importing TestFacade.
@RohitSingh-ph1eo
@RohitSingh-ph1eo 3 жыл бұрын
@@charansingh3930 Why can't we just use only facade class extending a base facade class in that case?
@charansingh3930
@charansingh3930 3 жыл бұрын
@@RohitSingh-ph1eo yes but you have to register or bind your facade class in your custom created service provider.
@charansingh3930
@charansingh3930 3 жыл бұрын
Service probiders can be used to register any service in laravel's service conainer.
@hobbydeeb
@hobbydeeb 3 жыл бұрын
very good, great
@dhawalbhatt5153
@dhawalbhatt5153 4 жыл бұрын
My Question is that we can use services provider like code-igniter library. For example i want to for create the API library.
@FunnyTubeVideos
@FunnyTubeVideos 5 жыл бұрын
can you explain how to echo it in the blade file in front end ? this will complete the tutorial actually .
@samueltorres2485
@samueltorres2485 3 жыл бұрын
Great video but can you provide a real world example of when i would need to use and create a service provider in laravel.
@kamleshpaul414
@kamleshpaul414 5 жыл бұрын
sir which extentions u r using for laravel development please make a video
@Bitfumes
@Bitfumes 5 жыл бұрын
VSCode extension ???
@kamleshpaul414
@kamleshpaul414 5 жыл бұрын
@@Bitfumes yes sir l like that one php class u click and it open that class
@Bitfumes
@Bitfumes 5 жыл бұрын
its php intelliphense extension on vscode
@kamleshpaul414
@kamleshpaul414 5 жыл бұрын
@@Bitfumes i also use that one bt it's take so long for search vendors classes and i saw in ur it's working very fast
@ArifurRahman-rd5il
@ArifurRahman-rd5il 3 жыл бұрын
explain diff between service container and service provider
@naazimkhan9953
@naazimkhan9953 5 жыл бұрын
Please make a video to understand the concept of IOC and dependence injection
@khilafatepakistan4423
@khilafatepakistan4423 4 жыл бұрын
sir how we can get auth user in service provider?? not for views
@shreekanth348
@shreekanth348 5 жыл бұрын
Bro make a video on how to integrate sms country into laravel and how to send bulk sms.
@ianfarai4982
@ianfarai4982 5 жыл бұрын
this is great
@Bitfumes
@Bitfumes 5 жыл бұрын
thanks for watching, please check bitfumes.com/courses for more advanced courses
@Raihan004
@Raihan004 4 жыл бұрын
can you send me playlists url please
@phentube2345
@phentube2345 4 жыл бұрын
Please explain it completely there's a boot method as well and try to explain the real reason of this feature. adding one element in container doesn't make any sense for learning.
@jordisantamariaportoles8233
@jordisantamariaportoles8233 5 жыл бұрын
how the fuck app->make('Hello') works on you, shouldnt it be $this->app->make('Hello') , and btw it dont works on me anyway
Laravel Beginner tutorial | Laravel Facade - simplest explanation
13:50
Bitfumes - AI & LLMs
Рет қаралды 46 М.
Laravel Beginner tutorial | Laravel Service Container Explained
15:41
Bitfumes - AI & LLMs
Рет қаралды 39 М.
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 14 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 135 МЛН
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 29 МЛН
Laravel Service Providers: All You Need to Know
13:13
Laravel Daily
Рет қаралды 67 М.
How to use Laravel's bind and singleton methods
9:40
Andrew Schmelyun
Рет қаралды 23 М.
PHP For Beginners, Ep 35 - Make Your First Service Container
19:23
Laravel dependency inject - what is it and how to use it
15:33
Amitav Roy
Рет қаралды 14 М.
Laravel from Scratch #8 - How to Create a Custom Service Provider
11:14
Alessandro “Alecaddd” Castellani
Рет қаралды 20 М.
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 33 М.
Ep03 - Laravel Service Container and Service Provider
10:28
Acadea.io
Рет қаралды 29 М.
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36