FormBuilderBundle is my first Symfony2 Plugin, and it's a concept portage of spyFormBuilder2Plugin to ease make a form generator for CMS.
This Bundle will be completly rewrited using Symfony2 Bundles and some other standards.
Add this route :
_adminformbuilder:
resource: "@LombardotFormBuilderBundle/Controller"
type: annotation
prefix: /form-builder
$bundles[] = new Lombardot\FormBuilderBundle\FormBuilderBundle();
'Lombardot' => __DIR__.'/../src',
In config.yml :
# Doctrine Configuration
doctrine:
orm:
entity_managers:
default:
mappings:
LombardotFormBuilderBundle: ~
And run : php app/console doctrine:generate:entities LombardotFormBuilderBundle php app/console php app/console doctrine:schema:update --force
_adminformbuilder: resource: "@LombardotFormBuilderBundle/Controller" type: annotation prefix: /form-builder
This is the start of project today so specification and documentation