mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Serve static files through Caddy instead of PHP
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Define the ~/.valet path as a constant.
|
||||
*/
|
||||
define('VALET_HOME_PATH', $_SERVER['HOME'].'/.valet');
|
||||
define('VALET_SERVER_PATH', '/server.php');
|
||||
define('VALET_SERVER_PATH', realpath(__DIR__ . '/../../server.php'));
|
||||
|
||||
/**
|
||||
* Output the given text to the console.
|
||||
|
||||
Reference in New Issue
Block a user