📌  相关文章
📜  类 'Google_Client' 未在 - 无论代码示例中找到

📅  最后修改于: 2022-03-11 14:58:34.732000             🧑  作者: Mango

代码示例1
check the file composer.json
and add "vendor/google/apiclient/src/Google" in classmap array if not exist.

and run composer dump-autoload

"autoload": {
        "classmap": [
            "vendor/google/apiclient/src/Google"
        ]
}