Created
January 3, 2025 11:36
-
-
Save terremoth/ce19ce3387c937473f53aab8a2841d6d to your computer and use it in GitHub Desktop.
web development tools versions for diagnosis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
uname -a; | |
lsb_release -a; | |
php --version; | |
mysql --version; | |
composer --version; | |
echo nodejs $(node --version); | |
echo npm $(npm --version); | |
openssl version; | |
ssh -V; | |
php artisan --version; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment