摘要: 问题概述:起因是为了方便直接用宝塔安装了php和mysql,然后项目需要开启pdo_mysql,却发现没有这个拓展包,于是手动去下载该拓展包进行编译。但是执行make命令时出现了问题,报错如下: #include <mysql.h> compilation terminated. make: *** 阅读全文
posted @ 2020-08-26 17:09 小七闲 阅读(1066) 评论(0) 推荐(0)
摘要: 第一种方式: 命令行(终端)执行composer require "overtrue/laravel-lang:~3.0" 将config/app.php 配置文件的Illuminate\Translation\TranslationServiceProvider::class换成Overtrue\ 阅读全文
posted @ 2020-08-26 10:58 小七闲 阅读(596) 评论(0) 推荐(0)