Dmitry
2018-02-23 09:40:59 UTC
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"
}
}
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
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15