Symfony bundle for dynamic forms
experimental version!
- symfony/framework-standard-edition "~2.8 | ~3.0"
-
create project with Symfony framework
-
composer require b3da/dyn-form-bundle "dev-master"
-
AppKernel.php
new b3da\DynFormBundle\b3daDynFormBundle(),
routing.yml
b3da_dyn_form:
resource: "@b3daDynFormBundle/Resources/config/routing.yml"
config.yml
# uncomment translator
translator: { fallbacks: ["%locale%"] }
# add Bootstrap form theme under Twig configuration
twig:
form_themes: ['bootstrap_3_horizontal_layout.html.twig']
-
create database and schema, clear cache, install assets;
-
navigate to
/forms/