1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
This commit is contained in:
Matt Stauffer
2022-12-02 22:35:24 -05:00
3 changed files with 4 additions and 6 deletions

View File

@@ -1,13 +1,12 @@
<?php
require_once('./cli/includes/require-drivers.php');
require_once './cli/includes/require-drivers.php';
use Valet\Drivers\ValetDriver;
/**
* Define the user's "~/.config/valet" path.
*/
define('VALET_HOME_PATH', posix_getpwuid(fileowner(__FILE__))['dir'].'/.config/valet');
define('VALET_STATIC_PREFIX', '41c270e4-5535-4daa-b23e-c269744c2f45');