dev-master
9999999-dev http://appventus.comSymfony AutoFormFillBundle
MIT
The Requires
dev tool that automaticly fill any new form
Symfony 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)
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(); } }
Symfony AutoFormFillBundle
MIT
dev tool that automaticly fill any new form