@drosalys/form-collection
v1.6.0
Published
DrosalysFormBundle =================
Downloads
255
Readme
DrosalysFormBundle
A Symfony bundle to extends Form capabilities.
Install
Install asset package
- Require the package
yarn add @drosalys/form-collection
npm install @drosalys/form-collectionInstall Symfony's bundle (^4.2|^5.0)
- Require the package
composer require drosalys-web/form-bundle- Enable the bundle in your
config/bundle.php:
<?php
return [
//...
DrosalysWeb\Bundle\FormBundle\DrosalysWebFormBundle::class => ['all' => true],
//...
];Documentations
License
This bundle is under the MIT license. See the complete license:
LICENSE