Download the PHP package acseo/fast-show-generator-bundle without Composer
On this page you can find all versions of the php package acseo/fast-show-generator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download acseo/fast-show-generator-bundle
More information about acseo/fast-show-generator-bundle
Files in acseo/fast-show-generator-bundle
Download acseo/fast-show-generator-bundle
More information about acseo/fast-show-generator-bundle
Files in acseo/fast-show-generator-bundle
Vendor acseo
Package fast-show-generator-bundle
Short Description A bundle to quickly generate show actions based on annotation or yaml
License
Homepage https://github.com/acseo/FastShowGeneratorBundle
Package fast-show-generator-bundle
Short Description A bundle to quickly generate show actions based on annotation or yaml
License
Homepage https://github.com/acseo/FastShowGeneratorBundle
Please rate this library. Is it a good library?
Informations about the package fast-show-generator-bundle
ACSEOFastShowGeneratorBundle
ACSEOFastShowGeneratorBundle allows to quickly generate show actions based on annotation or yaml This bundle was initiated by Nicolas Kern (ACSEO).
Version: 2.0 Compatibility: Symfony ^5.0, Twig >= 1.5.0
Installation using Composer
Composer will install the bundle to your project's vendor/ACSEO
directory.
How To Use
Annotation
In entity :
For each property :
In controller :
YAML :
Create the a file in your bundle for each entity :
In controller :
Available options :
label : string - optional - if not set, uses the property name capitalized
show : boolean - optional - if not set, value is assumed to be true
groups : array - optional - if not set, group name is "default"
Template
Now, in your twig file, something like that :
All versions of fast-show-generator-bundle with dependencies
PHP Build Version
Package Version
Requires
doctrine/annotations Version
^2.0
symfony/config Version ^5.0
symfony/dependency-injection Version ^5.0
symfony/http-kernel Version ^5.0
symfony/yaml Version ^5.0
symfony/config Version ^5.0
symfony/dependency-injection Version ^5.0
symfony/http-kernel Version ^5.0
symfony/yaml Version ^5.0
The package acseo/fast-show-generator-bundle contains the following files
Loading the files please wait ....