silverstripe / recipe-form-building
一组模块,帮助您在 SilverStripe 中构建表单
2.3.0-beta1
2024-09-09 21:13 UTC
Requires
- php: ^8.1
- silverstripe/recipe-cms: ~5.3.0@beta
- silverstripe/recipe-plugin: ~2.0.1@stable
- silverstripe/segment-field: ~3.3.0@beta
- silverstripe/userforms: ~6.3.0@beta
Requires (Dev)
Suggests
- silverstripe/gridfieldqueuedexport: Export large data sets from your GridField in the SilverStripe CMS interface through async jobs
- symbiote/silverstripe-queuedjobs: if using gridfieldqueuedexport you can batch background jobs with this module
- 3.x-dev
- 2.x-dev
- 2.3.x-dev
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.0
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.0
- 2.0.0-rc1
- 2.0.0-beta2
- 2.0.0-beta1
- 1.x-dev
- 1.13.x-dev
- 1.13.0
- 1.13.0-rc1
- 1.13.0-beta1
- 1.12.x-dev
- 1.12.0
- 1.12.0-rc1
- 1.12.0-beta1
- 1.11.x-dev
- 1.11.0
- 1.11.0-rc1
- 1.11.0-beta1
- 1.10.x-dev
- 1.10.0
- 1.10.0-rc1
- 1.10.0-beta1
- 1.9.x-dev
- 1.9.0
- 1.9.0-rc1
- 1.9.0-beta1
- 1.9.0-alpha1
- 1.8.x-dev
- 1.8.0
- 1.8.0-rc1
- 1.8.0-beta1
- 1.7.x-dev
- 1.7.1
- 1.7.1-rc1
- 1.7.1-beta1
- 1.7.0
- 1.7.0-rc1
- 1.6.x-dev
- 1.6.1
- 1.6.1-rc1
- 1.6.0
- 1.6.0-rc1
- 1.5.x-dev
- 1.5.2
- 1.5.1
- 1.5.1-rc1
- 1.5.0
- 1.5.0-rc2
- 1.5.0-rc1
- 1.4.x-dev
- 1.4.1
- 1.4.0
- 1.4.0-rc1
- 1.3.x-dev
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc2
- 1.3.0-rc1
- 1.2.x-dev
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-rc1
- 1.1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- dev-master
This package is auto-updated.
Last update: 2024-09-18 03:34:21 UTC
README
包括以下核心 Silverstripe 和社区模块
- silverstripe/recipe-cms: 包含 CMS、版本控制、资产管理等的配方
- silverstripe/segment-field: 一种可重复使用的生成段落的字段方法
- silverstripe/userforms: UserForms 模块为 Silverstripe CMS 提供了可视化的表单构建器。无需编码即可构建表单,如联系页面
- symbiote/silverstripe-queuedjobs: 一个模块,提供为特定时间安排任务的接口
这可以添加到现有项目中,也可以用作创建基本 CWP 安装的工程基础。
安装
composer create-project silverstripe/recipe-form-building ./myproject
更多信息
有关 Silverstripe 配方的工作方式的说明,请参阅 recipe 插件 页面。