update(); } public function update() { $this->info('Starting update...'); $this->line(' '); $this->callSilent('config:cache'); $this->callSilent('route:cache'); $this->callSilent('migrate', [ '--force' => true, ]); $this->callSilent('horizon:terminate'); $this->info('Completed update!'); } }