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

dev-master 2016-03-01 06:46 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:31:24 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/