call('export:channel'); //导出channel $this->call('export:tag'); $this->call('export:tag.map'); $this->call('export:pali.text'); //导出章节索引 $this->call('export:chapter.index'); //导出译文 $this->call('export:sentence'); //导出原文 $this->call('export:sentence',['--type'=>'original']); shell_exec("XZ_OPT=-9 tar jcvf ".storage_path("app/public/export/offline.tar.xz")." ".storage_path("app/public/export/offline")); return 0; } }