edrush / extbaser-bundle
Create a TYPO3 Extbase Extension from an existing Symfony database schema.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- doctrine/orm: >=2.3
- edrush/extbaser: *
- symfony/framework-bundle: >=2.3
This package is not auto-updated.
Last update: 2025-03-29 20:37:30 UTC
README
Create a TYPO3 Extbase Extension from a Symfony application.
- Extbaser project homepage: https://github.com/edrush/extbaser
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.