mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
This leverages the existing `.valet-env.php` file capability, but just adds the Valet Home directory as a first-lookup location. So, now Valet will check for `.valet-env.php` in: - `~/.config/valet/` - then the current project folder As discussed at https://github.com/laravel/valet/issues/789#issuecomment-565112046 Fixes #789