Skip to content

Instantly share code, notes, and snippets.

@ahmadrosid
Created September 22, 2022 12:39
Show Gist options
  • Save ahmadrosid/a02c61b4197cdf47a6c592d2a9a6b854 to your computer and use it in GitHub Desktop.
Save ahmadrosid/a02c61b4197cdf47a6c592d2a9a6b854 to your computer and use it in GitHub Desktop.
Laravel Interview Question

What is the difference between service provider and service container?

  • Service container is where your services are registered.
  • Service providers provide services by adding them to the container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment