drosalys-web/form-bundle

A Symfony bundle to extends Form capabilities.

Installs: 3 803

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 1

Type:symfony-bundle

v1.5.0 2023-05-18 09:10 UTC

This package is auto-updated.

Last update: 2024-04-18 11:00:33 UTC


README

A Symfony bundle to extends Form capabilities.

Install

Install asset package

  • Require the package
    yarn add @drosalys/form-collection
    npm install @drosalys/form-collection
    

Install 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

- [Collection](doc/collection.md)
- [Collapsable](doc/collapsable.md)
- [Tabs](doc/tabs.md)

## License

This bundle is under the MIT license. See the complete license:

    LICENSE