z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.15k stars 2.82k forks source link

报错 php artisan vendor:publish.... Class "finfo" not found #5673

Open tony80s opened 2 years ago

tony80s commented 2 years ago

我已经安装了 fileinfo 扩展

报错截图:

image
8108905 commented 2 years ago

你的php 需要安装 infofile 扩展

tony80s @.***>于2022年10月20日 周四21:36写道:

  • Laravel Version: 9.33.0
  • PHP Version: 8.2.9
  • Laravel-admin: 1.*

报错截图:

[image: image] https://user-images.githubusercontent.com/16386885/197112836-fcb66437-e77c-47fd-bdd3-886a21aabe3e.png

— Reply to this email directly, view it on GitHub https://github.com/z-song/laravel-admin/issues/5673, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLXVRMEXXG5Y2LKU7G47NLWEIMVDANCNFSM6AAAAAARKZLQK4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

8108905 commented 2 years ago

phpinfo 去查看是否安装成功,这个问题就是没有检测到infofile

On Thu, Oct 20, 2022 at 10:25 PM tony80s @.***> wrote:

你的php 需要安装 infofile 扩展 tony80s @.***>于2022年10月20日 周四21:36写道: … <#m-202356587193278127>

扩展我是已经安装了的

— Reply to this email directly, view it on GitHub https://github.com/z-song/laravel-admin/issues/5673#issuecomment-1286477568, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLXVRJNWPXEQGLQVAE757DWEISNVANCNFSM6AAAAAARKZLQK4 . You are receiving this because you commented.Message ID: @.***>

tony80s commented 2 years ago

phpinfo 去查看是否安装成功,这个问题就是没有检测到infofile On Thu, Oct 20, 2022 at 10:25 PM tony80s @.> wrote: 你的php 需要安装 infofile 扩展 tony80s @.>于2022年10月20日 周四21:36写道: … <#m-202356587193278127> - Laravel Version: 9.33.0 - PHP Version: 8.2.9 - Laravel-admin: 1. 报错截图: [image: image] https://user-images.githubusercontent.com/16386885/197112836-fcb66437-e77c-47fd-bdd3-886a21aabe3e.png — Reply to this email directly, view it on GitHub <#5673 <#5673>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLXVRMEXXG5Y2LKU7G47NLWEIMVDANCNFSM6AAAAAARKZLQK4 . You are receiving this because you are subscribed to this thread.Message ID: @*.> 扩展我是已经安装了的 — Reply to this email directly, view it on GitHub <#5673 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLXVRJNWPXEQGLQVAE757DWEISNVANCNFSM6AAAAAARKZLQK4 . You are receiving this because you commented.Message ID: @.>

image

这样应该算是安装成功了吧!!