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 在 Laravel 4 上安装了 Sentry,但是 vendor/cartalyst/sentry/src 文件夹是空的。这是为什么?有人知道吗?在作曲家更新期间我没有收到任何错误。
非常感谢!
Sentry 没有正确安装,因为我还在我的应用程序中使用了 fzaninotto/faker 包。我想他们只是不能很好地合作。从我的 composer.json 文件中删除 fzaninotto/faker 包并重新运行composer update它后,它运行良好。
composer update