imi/robo-typo3

Typo3 Tasks for Robo task runner

Installs: 128

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 0

Open Issues: 0

pkg:composer/imi/robo-typo3

1.5.0 2019-05-08 13:25 UTC

This package is auto-updated.

Last update: 2025-09-11 03:01:34 UTC


README

This is (currentl very thin) wrapper around Typo3 Wrapper for using it in the Robo task runner.

It requires typo3 console.

Commands

Execute typo3cms

$this->taskTypo3Stack()->exec($command)

Shortcut for the above:

$this->_typo3cms($command);

Dump Database to file

$this->taskTypo3Stack()->execDbDump($fileName)

Dump Database to file, excluding cache files, inspired by magerun

$this->taskTypo3Stack()->execDbDumpExclude(fileName)