Skip to content

b3da-cz/DynFormBundle

Repository files navigation

DynFormBundle

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/

About

Symfony bundle for dynamic forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published