mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 01:00:09 +01:00
Update Configuration.php
.localhost default domain
This commit is contained in:
@@ -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' => []]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user