2017 © Pedro Peláez
 

symfony-bundle form-types-bundle

Provides basic form types and extensions for Symfony.

image

tenolo/form-types-bundle

Provides basic form types and extensions for Symfony.

  • Wednesday, June 27, 2018
  • by Nicklog
  • Repository
  • 1 Watchers
  • 1 Stars
  • 180 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 19 % Grown

The README.md

tenolo, (*1)

PHP Version Latest Stable Version Latest Unstable Version Total Downloads Total Downloads License, (*2)

Form Types Bundle

A collection of useful reusable form types for Symfony., (*3)

Install instructions

First you need to add tenolo/form-types-bundle to composer.json:, (*4)

Let Composer do it for you., (*5)

``` bash $ composer require tenolo/form-types-bundle, (*6)


or do it manually ``` json { "require": { "tenolo/form-types-bundle": "~1.0" } }

Please note that dev-master latest development version. Of course you can also use an explicit version number, e.g., 1.0.*., (*7)

Usage

..., (*8)

The Versions