edrush/extbaser-bundle

Create a TYPO3 Extbase Extension from an existing Symfony database schema.


Keywords
database, orm, export, extbase
License
GPL-2.0+

Documentation

Extbaser Bundle

Create a TYPO3 Extbase Extension from a Symfony application.

Installation

Define the following requirement in your composer.json file:

"require": {
    "edrush/extbaser-bundle": "*",
}

Usage

Convert mapping information to a TYPO3 Extbase Extension:

php app/console extbaser:export target_extension_key

Now continue with step 2 here.