l91/sulu-form-bundle
最新稳定版本:1.0.1
Composer 安装命令:
composer require l91/sulu-form-bundle
包简介
Bundle for handling Symfony forms in Sulu templates.
README 文档
README
This bundle was replaced with the sulu/SuluFormBundle
Sulu Form Bundle
Simple handling from Symfony Forms in Sulu.io.
You can use this Bundle to create and handle static (integrated in a Sulu page or loaded via AJAX) or dynamic forms.
Migration to sulu/sulu-form-bundle
The ^1.0 version can be migrated to ^0.1 of the sulu bundle with the following SQL statements:
RENAME TABLE `l91_fo_dynamic` TO `fo_dynamics`; RENAME TABLE `l91_fo_form` TO `fo_forms`; RENAME TABLE `l91_fo_form_field_translations` TO `fo_form_field_translations`; RENAME TABLE `l91_fo_form_fields` TO `fo_form_fields`; RENAME TABLE `l91_fo_form_translations` TO `fo_form_translations`;
Then following the Installation Documentation.
统计信息
- 总下载量: 15.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-07