06 2022 档案
摘要:public function form() { $this->file('file', '请选择上传文件')->hidePreview(); } 或者是 public function form() { $this->file('file', '请选择上传文件')->options(['showP
阅读全文
摘要:开启ZIP扩展 $dir = 'bai_file/'.$date; if($dir){ $path = public_path($dir); $zip_name = public_path($dir.'/'.date('Y-n').'.zip'); $zip = null; $count = 0;
阅读全文
摘要:Artisan::call
阅读全文
摘要:修改配置文件.env 为redis储存 QUEUE_CONNECTION=redis 运行队列处理 php artisan queue:work 创建延迟队列任务 php artisan make:job TestOrder <?php namespace App\Jobs; use App\Mod
阅读全文
摘要:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
阅读全文