摘要:
查看config/admin.php里面有 upload' => [ // Disk in `config/filesystem.php`. 'disk' => 'admin', // Image and file upload path under the disk above. 'directo 阅读全文
posted @ 2020-03-24 20:18
小king同学
阅读(3050)
评论(0)
推荐(0)
摘要:
官网:https://github.com/laravel-admin-extensions/china-distpicker//如果要使用省市区名字,记住把china-distpicker/china_area.sql文件下载然后导入到你自己的数据库 安装composer require lara 阅读全文
posted @ 2020-03-24 20:07
小king同学
阅读(275)
评论(0)
推荐(0)
摘要:
nginx: 在phpstudy中运行Laravel一键安装包时报错:Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length(),产生错误的原因是没开启php_openssl扩展,开启即可。 apache: 阅读全文
posted @ 2020-03-24 20:00
小king同学
阅读(1800)
评论(0)
推荐(0)