Questions tagged [laravel-service-container]

32 questions
0
votes
1 answer

How to properly use Laravel Service Container?

Ok, I've watched the Laracast videos on the topic and also have read the documentation, still I miss the core point here. Let's say we have the following structure: So I understood how to create a service provider, bind a class to the service…
user3102290
  • 145
  • 9
-7
votes
1 answer

How laravel service provider and container work for each other?

I have a confusion in the Laravel service Provider and Laravel container. In Laravel, how do service providers and containers work? Please give me a suitable example on it.
1 2
3