ParameterHandler icon indicating copy to clipboard operation
ParameterHandler copied to clipboard

Composer script handling your ignored parameter file

Results 32 ParameterHandler issues
Sort by recently updated
recently updated
newest added

When you use the composer post-install scripts to build your app in production, you don't always want your parameters to be handled by the parameter handler. We have the option...

Hello, when entering an input, it can sometimes happen that the user inserts a control character. For example, in the Mac Terminal, just pressing the `ESC` key will insert the...

I have a use case where the mcrypt cipher and mode are stored into the .dist file. ``` parameters: cipher: !php/const:MCRYPT_RIJNDAEL_128 mode: !php/const:MCRYPT_MODE_CBC ``` After the build of the parameters.yml...

in nearly every circumstance of this project we will want constants fixes #106

**Original pull request https://github.com/Incenteev/ParameterHandler/pull/36 by @zeliard91** Bug fix: no Feature addition: yes Backwards compatibility break: no Tests pass: yes With this, we can now have new multi dimensional arrays in...

| Q | A | | --- | --- | | Bug fix? | no | | New feature? | yes | | BC breaks? | no | | Deprecations?...

This PR covers #63 and provides new `exception-if-missing` configuration option. By default the behavior of script handler is the same as current. But when `exception-if-missing` option is set to `true`...

My usecase is the following: Some of apps I'm working on are using YAML file to store config without having a single top-level keys (like `parameters` or `config`). And I...

Could managing another config file format like `xml` or `php` be considered? It may be useful like for Prestashop automation. This projects use `parameters.php` file.

in non-interactive mode, fixes https://github.com/Incenteev/ParameterHandler/issues/105