📜  使用开发依赖项在 Heroku 上部署时,尝试从命名空间“Symfony\Bundle\WebProfilerBundle”加载类“WebProfilerBundle” - 无论代码示例

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

代码示例1
Go into composer.json

Change this:

    "post-install-cmd": [
        "@auto-scripts"
    ],
    
To this:

    "post-install-cmd": [
    ],
Then you don't run the post install scripts.