b3da / dyn-form-bundle
Symfony bundle for dynamic forms
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.9
- symfony/framework-bundle: ~2.8|~3.0
This package is not auto-updated.
Last update: 2025-01-04 20:41:50 UTC
README
Symfony bundle for dynamic forms
experimental version!
Dependencies:
- symfony/framework-standard-edition "~2.8 | ~3.0"
Quick setup:
-
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/