2017 © Pedro Peláez
 

symfony-bundle missing-type-bundle

This bundle aims to provide missing form type in Symfony2.

image

socle/missing-type-bundle

This bundle aims to provide missing form type in Symfony2.

  • Thursday, November 14, 2013
  • by scheyssial
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SocleMissingTypeBundle

This bundle aims to provide missing form type in Symfony2., (*1)

Documentation

For now, this bundle provide the following types:, (*2)

- hidden_boolean: Keep boolean value in hidden field

Installation

Add SocleMissingTypeBundle in your composer.json:, (*3)

{
    "require": {
        "socle/missing-type-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:, (*4)

$ php composer.phar update
# OR
$ php composer.phar update socle/missing-type-bundle # to only update the bundle

Enable the bundle in the kernel:, (*5)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Socle\Bundle\MissingTypeBundle\SocleMissingTypeBundle(),
    );
}

The Versions

14/11 2013

dev-master

9999999-dev

This bundle aims to provide missing form type in Symfony2.

  Sources   Download

New BSD

The Requires

 

by Soliman Cheyssial

form type boolean hidden