[TYPO3-english] I don't see CommandController Command in TYPO3 scheduler

Dmitry dmitry at typo3.ru.net
Fri Feb 23 10:40:59 CET 2018


Hi, 

I use TYPO3 8.10 I create an extension where I use scheduler. In ext_localconf.php I wrote

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = 'MyVendor\MeExt\Command\ImportCommandController';

If system build without composer I see the "CommandController Command" in scheduler. If system build with composer I don't see needed command.

In composer.json I wrote

"autoload" : {
  "psr-4" : {
    "MyVendor\\MyExt\\" : "path/typo3conf/ext/my_ext/Classes"
    }
}


-- 
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15 


More information about the TYPO3-english mailing list