1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 01:00:09 +01:00

Merge pull request #1008 from drbyte/valet-use-improvements

Improvements to "valet use" command
This commit is contained in:
Matt Stauffer
2020-11-29 22:49:25 -05:00
committed by GitHub
7 changed files with 173 additions and 177 deletions

View File

@@ -20,6 +20,7 @@ class Diagnose
'brew services list',
'brew list --formula --versions | grep -E "(php|nginx|dnsmasq|mariadb|mysql|mailhog|openssl)(@\d\..*)?\s"',
'brew outdated',
'brew tap',
'php -v',
'which -a php',
'php --ini',