fix(macos): composer valet bin path
This commit is contained in:
parent
c809e4149a
commit
41300387db
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ corepack enable
|
||||||
${HOMEBREW_PREFIX}/bin/composer global require laravel/installer laravel/valet tightenco/takeout
|
${HOMEBREW_PREFIX}/bin/composer global require laravel/installer laravel/valet tightenco/takeout
|
||||||
|
|
||||||
# Install Laravel Valet
|
# Install Laravel Valet
|
||||||
$HOME/.config/composer/vendor/bin/valet install
|
$HOME/.composer/vendor/bin/valet install
|
||||||
|
|
||||||
# Set Valet TLD to .localhost for secure context even in HTTP
|
# Set Valet TLD to .localhost for secure context even in HTTP
|
||||||
valet -n tld localhost
|
valet -n tld localhost
|
||||||
|
|
Loading…
Add table
Reference in a new issue