摘要: 首先需要安装Elasticsearch插件 使用它进行安装 composer require elasticsearch/elasticsearch 封装的一个类 <?php namespace app\common\lib; use Elasticsearch\ClientBuilder; cla 阅读全文
posted @ 2021-04-13 10:36 森影 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 首先更新composer update phpexcel下载 composer require phpoffice/phpexcel //导出图片 public function excelphoto() { $res = Db::table('user')->select(); vendor("P 阅读全文
posted @ 2021-03-15 09:35 森影 阅读(370) 评论(0) 推荐(0) 编辑