06 2022 档案

摘要:public function form() { $this->file('file', '请选择上传文件')->hidePreview(); } 或者是 public function form() { $this->file('file', '请选择上传文件')->options(['showP 阅读全文
posted @ 2022-06-27 14:09 不一样的开始 阅读(133) 评论(0) 推荐(0) 编辑
摘要:开启ZIP扩展 $dir = 'bai_file/'.$date; if($dir){ $path = public_path($dir); $zip_name = public_path($dir.'/'.date('Y-n').'.zip'); $zip = null; $count = 0; 阅读全文
posted @ 2022-06-21 11:24 不一样的开始 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-20 17:55 不一样的开始 阅读(141) 评论(0) 推荐(0) 编辑
摘要:Artisan::call 阅读全文
posted @ 2022-06-10 18:05 不一样的开始 阅读(8) 评论(0) 推荐(0) 编辑
摘要:修改配置文件.env 为redis储存 QUEUE_CONNECTION=redis 运行队列处理 php artisan queue:work 创建延迟队列任务 php artisan make:job TestOrder <?php namespace App\Jobs; use App\Mod 阅读全文
posted @ 2022-06-08 11:26 不一样的开始 阅读(536) 评论(0) 推荐(0) 编辑
摘要:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 阅读全文
posted @ 2022-06-02 15:03 不一样的开始 阅读(18) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示