WIP Documentation: http://flowpackexpose.readthedocs.org/en/latest/
Example ListView:
add this repository to your composer.json:
{
"type": "vcs",
"url": "[email protected]:mneuhaus/Flowpack.Expose.git"
}
composer require flowpack/expose
create an 'gerrit.json' file with this content in your project root:
{
"TYPO3.Flow": {
"[WIP][FEATURE] Add a way to clear caches by Path + FilePattern": "25078"
},
"TYPO3.Fluid": {
"!!![WIP][FEATURE] ControllerInheritence Fallbacks": "31939"
}
}
Then run the following command in your root directory:
beard patch
beard is a little helper to automatically patch based on gerrit changes specified in gerrit.json. (https://github.com/mneuhaus/Beard)