tomphp / container-configurator

Configure your application and the Dependency Injection Container (DIC) via config arrays or config files.
MIT License
20 stars 3 forks source link

Add configFromFile() #53

Closed tomphp closed 8 years ago

tomphp commented 8 years ago

Configurator::apply()->configFromFiles('single-file-name.php')->to($container); has been bothering me. This PR adds a new function for reading a single file.

localheinz commented 8 years ago

@tomphp

:+1: Nice!