1.

What is Service container?

Answer»

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.


Discussion

No Comment Found