https://github.com/driebit/dbsymfony2configplugin
Import Symfony2 parameters into a Symfony1 app
https://github.com/driebit/dbsymfony2configplugin
Last synced: about 2 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T08:32:59.000Z (over 11 years ago)
- Last Synced: 2025-06-01T06:18:20.094Z (about 1 year ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 18
- 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
```