this channel is a gold mine . thanks a billion my friend . I've been looking all over youtube for laravel related content that explains basic features in details for intermediate devs. I was tired of watching the same basics again and again but you always take things a step further and go deeper into the concepts of Laravel
@AbhimanyuNaikareWebDeveloper3 жыл бұрын
I just wanna say, after years of doubts, u made the basics clear in programming :) Thanka
@AbhimanyuNaikareWebDeveloper3 жыл бұрын
If i may pls add can i be part of your team? would love to learn n work. Thanks
@Acadeaio3 жыл бұрын
Really glad to hear that!
@leonvanrijswijk84093 жыл бұрын
Thanks. I especially like the drawings for visual understanding
@Acadeaio3 жыл бұрын
Glad you like them!
@idoschacham627611 ай бұрын
Thanks for the clear and thorough explanations
@technicalesson3 жыл бұрын
I like the way you have explained everything. Thanks
@rezazimohamedabdessamed54653 жыл бұрын
Man, you are special, especially your draws and final resume. Keep sharing Laravel videos!
@Acadeaio3 жыл бұрын
There are a lot more to come, stay tuned!
@wideningcarrot62 жыл бұрын
Mate you're an excellent teacher.
@Acadeaio2 жыл бұрын
Thanks mate, glad you enjoyed it!
@ecommercetechbuild13542 жыл бұрын
Excellent explanation of the core concept. Thanks a lot.
@beyondsky3857 Жыл бұрын
Just awesome....Beautifully explained
@kywei7485 Жыл бұрын
Very clear explanation, thank you very much!
@jorgewandersantanaurena4229 ай бұрын
Thanks for the video. I really enjoyed it.
@TheChyamp3 жыл бұрын
Best vid I've seen so far
@Acadeaio3 жыл бұрын
Thanks a lot for your comment! It means a lot to me.
@dibbyo4563 жыл бұрын
This is the best explanation.
@Acadeaio3 жыл бұрын
Thanks a lot for the comment Harry! It really helps me to keep going
@WhiteSiroi2 жыл бұрын
thank you so much, very helpful
@ruwanb2 жыл бұрын
Awesome , Thank you so much.
@squattingnomad62982 жыл бұрын
You are gifted for sure. Can you explain the difference between Service Container and Single Action Class? Specifically, how are actions registered and implemented?
@Acadeaio2 жыл бұрын
To me actions are just PHP classes, used in some software pattern. It is not part of Laravel's architecture and you can simply bind them inside your service provider if you wish.
@ابوأحمد-ث9ت4ض7 күн бұрын
Thanks a lot ❤
@ivnstudios61353 жыл бұрын
thanks for the video
@memack1012 жыл бұрын
Thank you.
@Acadeaio2 жыл бұрын
You're welcome!
@weradsaoud20182 жыл бұрын
thank you
@artbotguy2 жыл бұрын
Thanks, bro. Большое спасибо!
@omaviva86573 жыл бұрын
OMG, you are the best thank you
@Acadeaio3 жыл бұрын
Glad it helped!
@maxzak5310 Жыл бұрын
good stuff
@yahiabouda2 ай бұрын
Good vid
@nameLastname7863 ай бұрын
Great !
@damilaresamuelfagbenro18812 жыл бұрын
After injecting Map and Statallite class inside the GeoLocation class using the constructor and creating a search method, it is important to create a service provider to resolve both?
@Acadeaio2 жыл бұрын
up to you, you can totally rely on laravel's automatic resolution if you are not adding new features :)
@islamelsayedmahmoud3419 Жыл бұрын
@@Acadeaio i didn't get how adding new features can be easier with service providers approach.. if anyone can explain to me
@islamelsayedmahmoud3419 Жыл бұрын
i found that automatic resolution is often sufficient for many use cases but I need someone to enlighten me what are cases that it will not be sufficient, (regardless binding an interface)
@technicalesson3 жыл бұрын
Please create more such type of videos of confusing tropics of Laravel.
@Acadeaio3 жыл бұрын
More videos are coming, stay tuned!
@ibrahimyakut3282 жыл бұрын
Thanks a lot sir :)
@thinhbui99653 жыл бұрын
I prefer the drawing than listen to coding. Hope you can explain in that way (drawing) more.
@Acadeaio3 жыл бұрын
Thanks for the feedback, will do that whenever possible.
@zcmdzpp1273 жыл бұрын
Really good…
@hiajayy3 жыл бұрын
❤
@marufmazumder14473 жыл бұрын
What does it mean by "resolving a service"? Can anyone enlighten me?
@Acadeaio3 жыл бұрын
it means getting an instance of a service from the container, in other words, instantiating a service (aka a class)
@Muhammed-nani964 Жыл бұрын
When I do app(\App\Service\Geolocation\Geolocstion::class); at first it says class not found then it says class name already in use and the error point to the name of geolocation class 😢 anyone can help ? Fuck I wasted so much time and I only forget to say
@ousssika5359 Жыл бұрын
when i add app(app(App\Providers\GeolocationServiceProvider::class)) on tinker i get that error message some help me i m using laravel 9 Unresolvable dependency resolving [Parameter #0 [ $app ]] in class Illuminate\Support\ServiceProvider. > app(App\Providers\GeolocationServiceProvider::class)