Does the concept of a factory service exist in Laravel? I want to create a service provider that allows me to pass some additional configuration parameters.
I'm used to Silex where I can use the Pimple factory
method: https://github.com/silexphp/Pimple#defining-factory-services
Plenty of other frameworks like Angular2 have this feature as well, but I'm not seeing anything in the Laravel docs -- does this feature not exist in their IoC container?