1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Update Configuration.php

.localhost default domain
This commit is contained in:
Lasse Rafn
2017-09-18 14:24:35 +02:00
committed by GitHub
parent 670f68c5b5
commit 18f05bca49

View File

@@ -111,7 +111,7 @@ function createCertificatesDirectory()
function writeBaseConfiguration() function writeBaseConfiguration()
{ {
if (! $this->files->exists($this->path())) { if (! $this->files->exists($this->path())) {
$this->write(['domain' => 'dev', 'paths' => []]); $this->write(['domain' => 'localhost', 'paths' => []]);
} }
} }