Laravel 4 - no guessers available issue

后端 未结 3 1454
醉酒成梦
醉酒成梦 2021-01-17 20:13

I get this error: LogicException: Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?) while trying to upload an image. I

3条回答
  •  轮回少年
    2021-01-17 21:00

    uncomment this line in php.ini into php folder.

    extension=php_fileinfo.dll

    and restart the server(enter 'php artisan serve' again). This way will works!

提交回复
热议问题