fxp / default-value-bundle
Creates or injects the default values with a advanced configuration in the object
Installs: 292
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Type:symfony-bundle
Requires
- php: ^7.1.0
- fxp/default-value: ^1.1.0
- symfony/framework-bundle: ^4.2.0
This package is auto-updated.
Last update: 2020-08-31 00:34:31 UTC
README
The Fxp DefaultValueBundle creates or injects the default values with a advanced configuration in the object.
This bundle is not to replace the required default values in the model, but allow an additional dynamic configuration in the model.
Features include:
- All features of Fxp Default Value
- Compiler pass to register the object type
- Compiler pass to register the object type extension
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Installation
All the installation instructions are located in documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
About
Fxp DefaultValueBundle is a François Pluchino initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.