Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/driebit/dbsymfony2configplugin

Import Symfony2 parameters into a Symfony1 app
https://github.com/driebit/dbsymfony2configplugin

Last synced: 2 days ago
JSON representation

Import Symfony2 parameters into a Symfony1 app

Awesome Lists containing this project

README

        

dbSymfony2ConfigPlugin
======================

This plugin imports parameters from a Symfony2 `parameters.yml` file.

Configuration
-------------

Configure this plugin in your `app.yml`:

```yml
symfony2_config:
prefix: sf2_ # Default config key prefix
file: '../sf2/app/config/parameters.yml' # Path to parameters.yml
```