call('vendor:publish', [ '--tag' => 'sweetalert-config', '--force' => $this->option('force'), ]); $this->call('vendor:publish', [ '--tag' => 'sweetalert-view', '--force' => $this->option('force'), ]); $this->call('vendor:publish', [ '--tag' => 'sweetalert-asset', '--force' => true, ]); } }