0
点赞
收藏
分享

微信扫一扫

Script @php think service:discover handling the post-autoload-dump event returned with 255

闲嫌咸贤 2022-04-13 阅读 119
phplavarel

前言

看网上好多说是git的问题或者是包没有删除干净,其实还有另一种情况。


网上说的情况和解决方案

其他人的解决方案
一种解决方案

我发现的解决方案

开启fileinfo扩展

总结

其实是因为我是手动装的php环境,考虑到扩展问题,就把每个扩展挨着开启了一遍,最后发现是fileinfo扩展没有开启的问题

举报

相关推荐

0 条评论