Download the PHP package renus/parameters-editor without Composer
On this page you can find all versions of the php package renus/parameters-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download renus/parameters-editor
More information about renus/parameters-editor
Files in renus/parameters-editor
Download renus/parameters-editor
More information about renus/parameters-editor
Files in renus/parameters-editor
Vendor renus
Package parameters-editor
Short Description Symfony 2 bundle to edit parameters.yml symfony file
License MIT
Package parameters-editor
Short Description Symfony 2 bundle to edit parameters.yml symfony file
License MIT
Please rate this library. Is it a good library?
Informations about the package parameters-editor
parameters-editor
Symfony 2 bundle to edit parameters.yml symfony 2 or symfony 3 file
To use RenusParametersEditorBundle in your project add it via composer
Installation
installation
- Add this bundle to your project with composer:
composer.phar require renus/parameters-editor:1.0.x-dev
- Register the bundle
yml
app/config/config.yml
renus_parameters_editor: all_parameters: false default_keyword: editable yml
app/config/routing.yml
renus_parameters_editor: resource: "@RenusParametersEditorBundle/Resources/config/routing.yml" prefix: /administration/config/editor/
**You must protect this url with your firewall**
#Usage
##twig usage:
just add this render command in your twig template :
<pre>
{% render(path('renus_parameters_editor_homepage')) %}
</pre>
All versions of parameters-editor with dependencies
PHP Build Version
Package Version
No informations.
The package renus/parameters-editor contains the following files
Loading the files please wait ....