Understanding the Laravel Service Container | Learn Laravel The Right Way

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 45

  • @mrprograming
    @mrprograming วันที่ผ่านมา

    Thank you so much for your teaching, You are an amazing teacher 💙💙💙

  • @ryanlevsey
    @ryanlevsey 2 หลายเดือนก่อน +3

    Thanks for this, making it seem easy!

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน

      Glad you like it. Thank you for your support

  • @jorgensen1986gr
    @jorgensen1986gr 2 หลายเดือนก่อน +3

    You are an amazing teacher .... i understood php and laravel in depth with you. It would be fine a tutlorial about Laravel Microservices and Domain Driven Design.

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน +1

      Thank you and thanks for the suggestion

  • @xristosgr567
    @xristosgr567 2 หลายเดือนก่อน +4

    This is awesome. Thanx! I can only assume that preparing these videos takes a lot of time so it's amazing that you share them for free!!

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน +3

      Thank you. Yes they do indeed take long, at least 1-2 weeks per video

  • @mehdimojaradi
    @mehdimojaradi 2 หลายเดือนก่อน +2

    Yet another lesson from a great teacher.
    Really, thanks, Gio❤

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน +2

      Glad you liked it! Thank you 🙏

  • @Omor_Faruk_Sheikh_Raihan
    @Omor_Faruk_Sheikh_Raihan 2 หลายเดือนก่อน +1

    Wow 😮 another pure gem 💎. Your IoC and DI container explanation in PHP series now gets full treatment. Both treats each other very well and thankfully I can relate to this because of that class (two or three separate videos I guess). Thanks always for your hard work and giving your videos and explanation an extra mileage. I'm intrigued with this type of approach and fan of your content. in fact, I learned and loved PHP because of you. Thank you sire.

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน +1

      Super happy to hear this. Thank you. That was the plan to have Laravel & PHP courses complement each other

  • @ahmad-murery
    @ahmad-murery 2 หลายเดือนก่อน +1

    35:44 it started to click for me at this point.
    Thanks Gio!

  • @Zubbee
    @Zubbee หลายเดือนก่อน

    This was a long and insightful lesson. It was even more insightful because I went to re-watch the IOC lessons from the Learn PHP the right way series. I could most definitely use these understandings. I even tried to see if I could use the App container to resolve dependences in some invokable classes but I haven't figured it out yet. Will look into it again. Thanks a lot Gio for this lesson

  • @zorro161
    @zorro161 2 หลายเดือนก่อน +1

    Bro I had learnt about this trying to build my own laravel like framework work thanks man you are the best teacher

  • @projecthanif
    @projecthanif 8 วันที่ผ่านมา

    Thank you gio a new knowledge gained
    U will always be my go to for php stuffs

  • @VasyaTTT
    @VasyaTTT 2 หลายเดือนก่อน

    bravo, this is amazing. Difficult matter in simple words. Thank Gio🤗

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน +1

      Glad you like it! 💙

  • @ekramulhasanshawon5655
    @ekramulhasanshawon5655 2 หลายเดือนก่อน +1

    love it please continue this series

  • @rafp8778
    @rafp8778 2 หลายเดือนก่อน +1

    Thank you Gio.

  • @NoobDev-o6u
    @NoobDev-o6u 26 วันที่ผ่านมา

    Even though i had to watch this a few times to get the idea it was worth it. i have not seen any other video explaining this concepts this clear.
    I just have two questions .(New Subscriber )
    1. how do we determine weather to make a interface or just a concrete class what are things to consider .
    2. Can you provide a real time of the app()->singleton().
    შენი ვიდეოები საოცარია 🔥🔥

    • @ProgramWithGio
      @ProgramWithGio  25 วันที่ผ่านมา

      Thank you, glad to hear you like the videos.
      1. if you foresee having multiple implementations of something then interface is the best thing to do. You dont need interface for every class.
      2. Not sure I understand this question, can you elaborate?
      Also, welcome to the channel.

    • @NoobDev-o6u
      @NoobDev-o6u 25 วันที่ผ่านมา

      @@ProgramWithGio Thanks sir for replying what i mean by the second question was that what are the scenarios that we might need to use the app->singleton() over app->bind(). what was reason and in this example whats the reason you changed the from bind to singleton in this example? . I am watching the next video and i noticed it in the code.
      Thanks

  • @alikaram98
    @alikaram98 2 หลายเดือนก่อน +1

    Hi
    Are you talk about test in laravel for
    this playlist?

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน +2

      We will explore testing yes later on in the course

  • @mainhesap3885
    @mainhesap3885 หลายเดือนก่อน

    Thanks boss :)

  • @imqqmi
    @imqqmi หลายเดือนก่อน

    I was wondering about how the $request object got injected into the controller, and now I have a rough understanding of it. I think I'll revisit this video again once I've used it on my own classes. I can at least recognise service containers when they are used in existing projects. That's not a shortcoming of your great video, but my understanding is still incomplete and need to work on. Thanks!

  • @irfanullah4233
    @irfanullah4233 2 หลายเดือนก่อน +1

    Sir which Framework best
    Laravel & Symfony

    • @ahmad-murery
      @ahmad-murery 2 หลายเดือนก่อน +1

      I think Laravel uses a lot of Symfony packages.

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน +1

      Both are great frameworks. Laravel is easier to get started with. You should try both & pick one that you like or pick one that is more popular around where you work or plan to work.

  • @fusion2k903
    @fusion2k903 หลายเดือนก่อน

    man...what a hard job that laravel developers did...

    • @ProgramWithGio
      @ProgramWithGio  25 วันที่ผ่านมา

      Yup, a lot of love & effort went into this framework

  • @eneskaya3336
    @eneskaya3336 2 หลายเดือนก่อน +1

    Dear master it would be better if you make 2 videos per week

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน

      I wish, unfortunately I don't have a lot of free time to record videos & edit them in such speed to support two videos per week

  • @laPas2024
    @laPas2024 2 หลายเดือนก่อน +1

    for me is a little complicated to understand

    • @ProgramWithGio
      @ProgramWithGio  2 หลายเดือนก่อน

      Anything I can clarify further? Feel free to ask questions

  • @Probablyaliq4
    @Probablyaliq4 หลายเดือนก่อน

    Thank you Gio.