2017 © Pedro Peláez
 

symfony-bundle auto-form-fill-bundle

Symfony AutoFormFillBundle

image

appventus/auto-form-fill-bundle

Symfony AutoFormFillBundle

  • Friday, January 9, 2015
  • by paulandrieux
  • Repository
  • 3 Watchers
  • 2 Stars
  • 7,350 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

AutoFormFillBundle

When you are developing, form manual testing is actualy very boring and time consuming. This bundle fill automaticly creation forms in your application., (*1)

Installation

Add this bundle to your composer.json file:, (*2)

{
    "require-dev": {
        "appventus/auto-form-fill-bundle": "dev-master"
    }
}

Register the bundle in app/AppKernel.php:, (*3)

// app/AppKernel.php
public function registerBundles()
{

    if (in_array($this->getEnvironment(), array('dev'))) {
        $bundles[] = new AppVentus\AutoFormFillBundle\AvAutoFormFillBundle();
    }
}

The Versions

09/01 2015

dev-master

9999999-dev http://appventus.com

Symfony AutoFormFillBundle

  Sources   Download

MIT

The Requires

 

dev tool that automaticly fill any new form