I read this UPGRADE, and found that Yii3 removed Yii autoloader, why? I think Yii autoloader is a convenient tool.
I read this UPGRADE, and found that Yii3 removed Yii autoloader, why? I think Yii autoloader is a convenient tool.
Is this a low efficiency tools in Yii2?
Yii 3 now primarily relies on the composer autoloader and does not ship its own autoloader anymore.
However this also means one can not define autoloading namespaces via aliases anymore which I found very convenient.
Because:
composer.json
is now adjusted.