我正在尝试在Heroku上部署yii2应用程序到目前为止我已经尝试过了。
我已经以这种方式更改了console/config/main-local.php:
In的代码。
'controllerMap' => [
'heroku' => [
'class' => 'purrweb\heroku\HerokuGeneratorController',
],
],
我保存了文件,在终端中,我执行了以下命令。
php yii heroku
但它给了我这个错误。
Exception 'ReflectionException' with message 'Class purrweb\heroku\HerokuGeneratorController does not exist'