-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proxy mailhog, elasticsearch domains
- Loading branch information
1 parent
6d9fc93
commit 2b58524
Showing
11 changed files
with
63 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,12 @@ To get started, you first need to ensure that Homebrew is up to date using the u | |
brew update | ||
``` | ||
|
||
Next, you should use Homebrew to install PHP 8.0: | ||
Next, you should use Homebrew to install PHP 8.1 (using `shivammathur/php`): | ||
```shell | ||
brew install [email protected] | ||
brew link [email protected] --force | ||
brew services restart [email protected] | ||
brew tap shivammathur/php | ||
brew install shivammathur/php/[email protected] | ||
brew link [email protected] --force | ||
brew services restart [email protected] | ||
``` | ||
|
||
Install Valet+ 3.x-dev with composer: | ||
|
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
grumphp: | ||
ascii: | ||
failed: ~ | ||
succeeded: ~ | ||
tasks: | ||
phpcs: | ||
standard: phpcs.xml | ||
triggered_by: | ||
- php | ||
whitelist_patterns: | ||
- /^cli\/ValetPlus\/(.*)/ | ||
- /^cli\/stubs\/drivers\/(.*)/ |