This commit is contained in:
Brian Zalewski 2024-01-03 02:32:22 +00:00
parent 509fa3ac91
commit e4e05baf9d

View file

@ -2626,6 +2626,9 @@ softwarePackages:
_github: https://github.com/nicoverbruggen/phpmon
_pre: |
#!/usr/bin/env bash
if ! command -v composer > /dev/null; then
brew install composer
fi
composer global require laravel/valet
valet install
valet trust