flowpack / expose
Package to expose models
Installs: 199
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 7
Forks: 3
Open Issues: 3
Language:JavaScript
Type:typo3-flow-package
Requires
- typo3/flow: *
This package is auto-updated.
Last update: 2024-11-05 18:41:46 UTC
README
WIP Documentation: http://flowpackexpose.readthedocs.org/en/latest/
Example ListView:
Installation
add this repository to your composer.json:
{
"type": "vcs",
"url": "git@github.com:mneuhaus/Flowpack.Expose.git"
}
composer require flowpack/expose
Required pending ChangeSets
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)