Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只推送了 composer.json 来更新/上传包,但它似乎没有在供应商文件夹中更新。
所以我的问题是,在 git push 之后更新 composer.json 需要多少时间。我在laravel工作。
我已经创建了检查供应商中存在的文件夹的路线,但在这里没有找到新更新的包(dompdf)。
部署后,应立即进行更改。我建议您查看 forge 网站中的最新部署日志。还请查看您的部署脚本本身,可能缺少 composer install 。