laravel 5.5 验证码不显示问题

laravel 5.5 验证码不显示问题

Internal GD font () not available.

laravel 5.5 中 Filesystem::files 不再返回绝对路径。

vendor/mews/captcha/src/Captcha.php 219 行添加代码:

$this->fonts = array_map(function($file) {
    return $file->getPathname();
}, $this->fonts);

 

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据