2017 © Pedro Peláez
 

symfony-bundle dyn-form-bundle

Symfony bundle for dynamic forms

image

b3da/dyn-form-bundle

Symfony bundle for dynamic forms

  • Tuesday, March 1, 2016
  • by b3da
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DynFormBundle

Symfony bundle for dynamic forms, (*1)

experimental version!, (*2)

Dependencies:

  • symfony/framework-standard-edition "~2.8 | ~3.0"

Quick setup:

  • create project with Symfony framework, (*3)

  • composer require b3da/dyn-form-bundle "dev-master", (*4)

  • AppKernel.php, (*5)

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;, (*6)

  • navigate to /forms/, (*7)

The Versions

01/03 2016

dev-master

9999999-dev https://github.com/b3da-cz/DynFormBundle

Symfony bundle for dynamic forms

  Sources   Download

GPLv3

The Requires

 

form dynamic