edrush/extbaser-bundle

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

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.1.0 2015-07-27 15:39 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:14:16 UTC


README

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.