nadialabs/nadia-form-bundle

Installs: 2 718

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.7.3 2020-10-14 11:25 UTC

This package is auto-updated.

Last update: 2024-03-29 03:58:59 UTC


README

A bundle that collects useful Symfony FormTypes.

Installation and configuration

Install with Composer, run

$ composer require nadialabs/nadia-form-bundle

Add NadiaFormBundle to your application kernel

// app/AppKernel.php
public function registerBundles()
{
    return [
        // ...
        new Nadia\Bundle\NadiaFormBundle\NadiaFormBundle(),
        // ...
    ];
}

Form Types