Skip to content

Rabble-Rocks/rabble-field-type-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Rabble Field Type Bundle

This bundle provides a way to create field types to be used dynamically in Symfony forms. Also included are value resolvers which are objects that transform a value from a field type to a human-friendly format.

Installation

Install the bundle by running

composer require rabble/field-type-bundle

Add the following class to your config/bundles.php file:

return [
    ...
    Rabble\FieldTypeBundle\RabbleFieldTypeBundle::class => ['all' => true],
]

About

A bundle for defining field types to be used dynamically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published