Download the PHP package artgris/easy-admin-commands-bundle without Composer
On this page you can find all versions of the php package artgris/easy-admin-commands-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package easy-admin-commands-bundle
EasyAdmin Commands
Installation
Configuration:
in config/packages
add artgris_easy_commands.yaml:
and create a new config/packages/easy_admin/ directory
Generate easyadmin conf
Edit easyadmin yaml
Basic Configuration
Example Entity :
generated configuration:
Exhaustive configuration
dir : The folder in which the configuration is generated
namespaces : Entity search namespaces
entities
- included : only includes these entities
- excluded : exclude the following entities
types : If a doctrine type metadata type is found, the generator will use the associated configuration
regex : forces the type of an entity field according to its name and a regex
list
- included : only includes these fields in the list (if they are present in the entity)
- excluded : exclude the following fields from the list (if they are present in the entity)
- position : position of fields in the list (if they are present in the entity)
- sort : sort by following fields (first found in list)
form : same as list
Export a specific Entity
:warning: this command override the configuration parameter 'entities' ('included/excluded')
php bin/console artgris:easyadmin:export 'App\Entity\Example'
or
php bin/console artgris:easyadmin:export App\\Entity\\Example
All versions of easy-admin-commands-bundle with dependencies
PHP Build Version
Package Version
Requires
easycorp/easyadmin-bundle Version
^2.0
The package artgris/easy-admin-commands-bundle contains the following files
Loading the files please wait ....