mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
Grueing around
This commit is contained in:
@@ -83,15 +83,14 @@ function createExtensionsDirectory()
|
||||
}
|
||||
|
||||
/**
|
||||
* Create the directory for Caddy log.
|
||||
* Create the directory for Nginx logs.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function createLogDirectory()
|
||||
{
|
||||
$this->files->ensureDirExists(VALET_HOME_PATH.'/Log', user());
|
||||
$this->files->touch(VALET_HOME_PATH.'/Log/access.log');
|
||||
$this->files->touch(VALET_HOME_PATH.'/Log/error.log');
|
||||
$this->files->touch(VALET_HOME_PATH.'/Log/nginx-error.log');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user