This commit is contained in:
Marcel Pociot
2020-06-05 15:52:20 +02:00
parent c965efbaa9
commit 61ab03a911
2 changed files with 1 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class PublishCommand extends Command
return; return;
} }
@mkdir(dirname($configFile), 0755, true);
file_put_contents($configFile, file_get_contents(base_path('config/expose.php'))); file_put_contents($configFile, file_get_contents(base_path('config/expose.php')));
$this->info('Published expose configuration file to: ' . $configFile); $this->info('Published expose configuration file to: ' . $configFile);

Binary file not shown.