option('test'); if($isTest){ $this->call('install:wbwtemplate', ['from' => 1]); }else{ $this->call('install:wbwtemplate'); $this->call('install:palitext'); $this->call('install:wordbook'); $this->call('install:wordall'); $this->call('install:wordindex'); $this->call('upgrade:palitext'); $this->call('upgrade:palitoc',['lang'=>'pali']); $this->call('upgrade:palitoc',['lang'=>'zh-hans']); $this->call('upgrade:palitoc',['lang'=>'zh-hant']); $this->call('install:paliseries'); $this->call('install:wordstatistics'); } return 0; } }