8000 GitHub - damonsson/WeareFormBuilder: This bundle provide logic to create and store dinamic forms into database.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

damonsson/WeareFormBuilder

 
 

Repository files navigation

WeareFormBuilderBundle

Build Status

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. 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, 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.

About

This bundle provide logic to create and store dinamic forms into database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • HTML 0.6%
0