Esempio n. 1
0
 private function consoleSetup()
 {
     $base = [__DIR__ . '/../../../public' => base_path('public/packages/lud/press'), static::confPath() => config_path('press.php')];
     $themes = PressFacade::themesPublishes();
     $this->publishes(array_merge($base, $themes));
 }