docs
docs copied to clipboard
Document on when to create DI service provider
When to use provider and when to use container config directly?
I would also like to see any specific reasoning (when, why) to use provider instead of factory class (of course not counting the case with lazy provider).