摘要:
在使用laravel的download()函数实现下载功能时,报错如下:Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo ... 阅读全文
posted @ 2018-10-18 10:14
码农编程进阶笔记
阅读(60)
评论(0)
推荐(0)
摘要:
在使用laravel的download()函数实现下载功能时,报错如下:Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?)具体如下:这里写图片描 阅读全文
posted @ 2018-10-18 10:14
码农编程进阶笔记
阅读(449)
评论(0)
推荐(0)
摘要:
在config/filesystems.php中添加:'disks' => [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), ], ... 阅读全文
posted @ 2018-10-18 10:11
码农编程进阶笔记
阅读(36)
评论(0)
推荐(0)
摘要:
在config/filesystems.php中添加:'disks' => [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), ], 'public' => [ 'driver' => 'local', 'root' 阅读全文
posted @ 2018-10-18 10:11
码农编程进阶笔记
阅读(1894)
评论(0)
推荐(0)
摘要:
使用Laravel-admin做项目,原本好好的项目,今天一运行则报错:Driver [] is not supported,截图如下:翻看百度翻译之后,才知道是不支持驱动器[],但是知道意思还是不知道如何去更改,最后在大牛的帮助下解决了,解决方法如下:在... 阅读全文
posted @ 2018-10-18 10:08
码农编程进阶笔记
阅读(86)
评论(0)
推荐(0)
摘要:
使用Laravel-admin做项目,原本好好的项目,今天一运行则报错:Driver [] is not supported,截图如下:翻看百度翻译之后,才知道是不支持驱动器[],但是知道意思还是不知道如何去更改,最后在大牛的帮助下解决了,解决方法如下:在/config/admin.php文件中:' 阅读全文
posted @ 2018-10-18 10:08
码农编程进阶笔记
阅读(1209)
评论(0)
推荐(0)

浙公网安备 33010602011771号