What is Service container?
A laravel service container is one of the most powerful tools that have been used to manage dependencies over the class and perform dependency injections.
Advantages of Service Container
- Freedom to manage class dependencies on object creation.
- Service contain as Registry.
- Ability to bind interfaces to concrete classes.
BY Best Interview Question ON 20 Jan 2021