Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/driebit/dbsymfony2configplugin
- Owner: driebit
- License: mit
- Created: 2014-09-16T08:26:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T08:32:59.000Z (over 10 years ago)
- Last Synced: 2023-08-03T20:11:47.910Z (over 1 year ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```