Eine Reaktion zu “How to install extensions only in local development environment in TYPO3 6.2”

Kommentare abonnieren (RSS) oder TrackBack URL

You could also use the ApplicationContext to load a package only in development context:

if (\TYPO3\CMS\Core\Utility\GeneralUtility::getApplicationContext()->isDevelopment()) {
$GLOBALS[‚TYPO3_CONF_VARS‘][‚EXT‘][‚runtimeActivatedPackages‘] = array(‚devlog‘);
}

Steffen Müller am 30. Mai 2014 um 15:01

Kategorien

Archiv