diff --git a/src/Console/Commands/ConfigCommand.php b/src/Console/Commands/ConfigCommand.php index c82b83f..d18d35e 100644 --- a/src/Console/Commands/ConfigCommand.php +++ b/src/Console/Commands/ConfigCommand.php @@ -24,6 +24,7 @@ protected function configure() parent::configure(); $this->configFile = "{$this->root}/resources/assets/config.json"; $this->config = json_decode(file_get_contents($this->configFile), true); + $this->config['devUrl'] = 'http://' . basename($this->root) . '.test'; $this->config['publicPath'] = '/app/themes/' . basename($this->root); $this->addOption(