dev-master
9999999-dev https://github.com/duvanmonsa/formbuilderSymfony WeareFormBuilderBundle
MIT
The Requires
The Development Requires
by Duvanmonsa
form cms sonata block fields builder dinamic
Symfony WeareFormBuilderBundle
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)
{ "require": { "weare/form-builder": "dev-master" } }
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Weare\FormBuilderBundle\WeareFormBuilderBundle(), ); }
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)
$ php app/console doctrine:schema:update --force
I will continue working with the project if anyone has problem contact me., (*4)
Symfony WeareFormBuilderBundle
MIT
form cms sonata block fields builder dinamic