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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english