'Dcat\Admin\AdminServiceProvider']; if ($this->option('force')) { $options['--force'] = true; } if ($this->option('lang')) { $options['--tag'] = 'dcat-admin-lang'; } elseif ($this->option('migrations')) { $options['--tag'] = 'dcat-admin-migrations'; } elseif ($this->option('assets')) { $options['--tag'] = 'dcat-admin-assets'; } elseif ($this->option('config')) { $options['--tag'] = 'dcat-admin-config'; } $this->call('vendor:publish', $options); $this->call('view:clear'); } }