diff --git a/app/Commands/PublishCommand.php b/app/Commands/PublishCommand.php index 24a561a..3919ec1 100644 --- a/app/Commands/PublishCommand.php +++ b/app/Commands/PublishCommand.php @@ -23,6 +23,7 @@ class PublishCommand extends Command return; } + @mkdir(dirname($configFile), 0755, true); file_put_contents($configFile, file_get_contents(base_path('config/expose.php'))); $this->info('Published expose configuration file to: ' . $configFile); diff --git a/builds/expose b/builds/expose index 505e010..da5e348 100755 Binary files a/builds/expose and b/builds/expose differ