b3da/dyn-form-bundle

Symfony 动态表单组件

安装: 11

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

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

This package is not auto-updated.

Last update: 2024-09-14 18:26:26 UTC


README

Symfony 动态表单组件

实验性版本!

依赖关系

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

快速设置

  • 使用 Symfony 框架创建项目

  • 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']
  • 创建 数据库模式清除 缓存安装 资源

  • 导航到 /forms/