fnash / configen
There is no license information available for the latest version (1.0) of this package.
Simple vhost generation from Symfony2 parameters.yml
1.0
2015-07-23 13:18 UTC
Requires
- php: >=5.4
- cilex/cilex: 1.0.*@dev
- symfony/yaml: 2.7.*
This package is auto-updated.
Last update: 2025-03-24 04:57:41 UTC
README
Generates apache vhost and bash export from Symfony2 parameters.yml
Install
$ wget https://github.com/fnash/configen/releases/download/1.0/configen.phar
Use
#vhost_template.txt
<VirtualHost *:80>
{{symfony_vars}}
</VirtualHost>
$ php configen.pĥar generate parameters.yml vhost --in-template=vhost_template.txt