flowpack / expose
用于暴露模型的包
1.0.2
2015-09-08 15:19 UTC
Requires
- typo3/flow: *
This package is auto-updated.
Last update: 2024-09-05 18:15:51 UTC
README
工作文档: http://flowpackexpose.readthedocs.org/en/latest/
示例ListView
安装
将此仓库添加到您的 composer.json 文件中
{
"type": "vcs",
"url": "git@github.com:mneuhaus/Flowpack.Expose.git"
}
composer require flowpack/expose
必需的挂起更改集
在项目根目录下创建一个包含以下内容的 'gerrit.json' 文件
{
"TYPO3.Flow": {
"[WIP][FEATURE] Add a way to clear caches by Path + FilePattern": "25078"
},
"TYPO3.Fluid": {
"!!![WIP][FEATURE] ControllerInheritence Fallbacks": "31939"
}
}
然后在您的根目录下运行以下命令
beard patch
beard 是一个小助手,可以根据 gerrit.json 中指定的 gerrit 变更自动打补丁。(https://github.com/mneuhaus/Beard)