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);
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);