1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Add additional commands

This commit is contained in:
Aryeh Raber
2020-04-26 22:53:38 +02:00
parent 9965f7614c
commit cafba7f4c5

View File

@@ -13,10 +13,13 @@ class Diagnose
'cat ~/.config/valet/config.json',
'cat ~/.composer/composer.json',
'composer global diagnose',
'composer global outdated',
'ls -al /etc/sudoers.d/',
'brew update > /dev/null 2>&1',
'brew config',
'brew services list',
'brew list --versions | grep -E "(php|nginx|dnsmasq|mariadb|mysql|mailhog|openssl)(@\d\..*)?\s"',
'brew outdated',
'php -v',
'which -a php',
'php --ini',