flowpack/expose

Last activity 08 Sep 2015 7 4 199
composer require flowpack/expose

Package to expose models

1.0.2

Version
1.0.2
Type
typo3-flow-package
Release Date
Sep 08, 2015 15:19
Source
git
Distribution
zip
Requires
LGPL-3.0+ 785b7ce7517064c5d1dd8f3b7b7e7e0c4511b629

Flowpack.Expose

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)

The content of the readme is provided by Github
The same vendor provides 49 package(s).