mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Drop extensions directory
This commit is contained in:
@@ -16,7 +16,6 @@ public function install(): void
|
|||||||
$this->createConfigurationDirectory();
|
$this->createConfigurationDirectory();
|
||||||
$this->createDriversDirectory();
|
$this->createDriversDirectory();
|
||||||
$this->createSitesDirectory();
|
$this->createSitesDirectory();
|
||||||
$this->createExtensionsDirectory();
|
|
||||||
$this->createLogDirectory();
|
$this->createLogDirectory();
|
||||||
$this->createCertificatesDirectory();
|
$this->createCertificatesDirectory();
|
||||||
$this->writeBaseConfiguration();
|
$this->writeBaseConfiguration();
|
||||||
@@ -66,14 +65,6 @@ public function createSitesDirectory(): void
|
|||||||
$this->files->ensureDirExists(VALET_HOME_PATH.'/Sites', user());
|
$this->files->ensureDirExists(VALET_HOME_PATH.'/Sites', user());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Create the directory for the Valet extensions.
|
|
||||||
*/
|
|
||||||
public function createExtensionsDirectory(): void
|
|
||||||
{
|
|
||||||
$this->files->ensureDirExists(VALET_HOME_PATH.'/Extensions', user());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create the directory for Nginx logs.
|
* Create the directory for Nginx logs.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user