Latest
This commit is contained in:
parent
509fa3ac91
commit
e4e05baf9d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue