异常“reflectionexception”,消息“class purrweb\heroku\herokugeneratorcontroller不存在”

8qgya5xd  于 2021-06-25  发布在  Mysql
关注(0)|答案(0)|浏览(178)

我正在尝试在heroku上部署yii2应用程序,到目前为止我尝试的是这个。
我已经更改了密码 console/config/main-local.php: 以这种方式。

'controllerMap' => [
        'heroku' => [
            'class' => 'purrweb\heroku\HerokuGeneratorController',
        ],
    ],

我已经保存了文件,在终端中,我执行了以下命令。

php yii heroku

但它给了我这个错误。

Exception 'ReflectionException' with message 'Class purrweb\heroku\HerokuGeneratorController does not exist'

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题