akluth / YamlConfigServiceProvider

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

Update for Silex v2 #14

Open Macbernie opened 8 years ago

Macbernie commented 8 years ago

For the new v2 Silex, what should be the version to specify to the composer ? And what is the use line to add in the app.php ? use DerAlex\Pimple\YamlConfigServiceProvider; ?

kakaeriel commented 8 years ago

+1

keanor commented 8 years ago

+1

Debetux commented 8 years ago

+1

elvismdev commented 7 years ago

So, this works with Silex 2.0+?

m1 commented 7 years ago

If you're looking for a config service provider for 2.0 it may be worth checking out https://github.com/m1/vars

elvismdev commented 7 years ago

@m1 Looks great!