akluth / YamlConfigServiceProvider

Service provider for Silex for using YAML configuration files
38 stars 23 forks source link

Add support for scanning a YAML file for imports of other resources #5

Closed TLyngeJ closed 10 years ago

TLyngeJ commented 10 years ago

Like in Symfony2, where we are able to import resources in YAML files, I've made this service able to scan for imports directives.

akluth commented 10 years ago

Nice, thank you!