2017 © Pedro Peláez
 

symfony-bundle form-builder

Symfony WeareFormBuilderBundle

image

weare/form-builder

Symfony WeareFormBuilderBundle

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WeareFormBuilderBundle

Build Status, (*1)

WeareFormBuilderBundle has the logic to create and store dinamic forms in database. this Bundle is no ready yet but is funtional, i will work on traslations., (*2)

Features

  1. Manage forms with its personalized fields
  2. Use SonataAdminBundle so it has implemente admins
  3. There is a block implemente to use with Cms

Install

Step 1: Download WeareFormBuilder using composer

Add WeareFormBuilder in your composer.json:

        {
            "require": {
                "weare/form-builder": "dev-master"
            }
        }

Step 2: Enable the bundle

Enable the bundle in the kernel:

    <?php
    // app/AppKernel.php

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Weare\FormBuilderBundle\WeareFormBuilderBundle(),
        );
    }

Step 3: Update your database schema

Now that the bundle is configured, the last thing you need to do is update your database schema because you have added the new entities,, (*3)

Run the following command.

    $ php app/console doctrine:schema:update --force

Next Steps

I will continue working with the project if anyone has problem contact me., (*4)

The Versions

05/12 2013

dev-master

9999999-dev https://github.com/duvanmonsa/formbuilder

Symfony WeareFormBuilderBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

form cms sonata block fields builder dinamic