Symfony bundle for dynamic forms
experimental version!
create project with Symfony framework
composer require b3da/dyn-form-bundle "dev-master"
AppKernel.php
new b3da\DynFormBundle\b3daDynFormBundle(),
routing.ymlb3da_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/
How can I help you explore Laravel packages today?