Symfony MakerBundle integration - adamwojs/ezplatform-fieldtype-library GitHub Wiki
Integration with Symfony MakerBundle speeds up time needed to implement your custom field type based on provided abstractions.
Available commands
| Name | Description |
|---|---|
make:ezplatform:choice-field-type |
Creates a new field type based on AbstractChoice |
make:ezplatform:entity-field-type |
Creates a new field type based on AbstractEntity |
make:ezplatform:textline-field-type |
Creates a new field type based on AbstractTextLine |