Open dkraczkowski opened 6 years ago
Ideal solution would be to have ApplicationFactory class that accepts configuration file of any type: ini, json, yml, and build instance of application with set up right modules, middleware, routes and services.
ApplicationFactory
What kinds of configs came into your mind?
Ideal solution would be to have
ApplicationFactory
class that accepts configuration file of any type: ini, json, yml, and build instance of application with set up right modules, middleware, routes and services.