-
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.
- Loading branch information
1 parent
bbc7f38
commit 3fe77a2
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ should see this domain responding on `127.0.0.1`. | |
Here are a few key differences compared to the original Valet: | ||
|
||
- Nginx config optimization | ||
- PHP extensions (~~mcrypt~~, ~~intl~~, ~~opcache~~, yaml, apcu, imagick) | ||
- PHP extensions (~~mcrypt~~, ~~intl~~, ~~opcache~~, yaml, apcu, ds, imagick) | ||
- MySQL ([email protected], [email protected], [email protected], mariadb) | ||
- DB commands (list, create, drop, reset, (re)import, export, ~~open~~) | ||
- Mailhog (on/off mode) | ||
|
@@ -66,7 +66,7 @@ Here are a few key differences compared to the original Valet: | |
|
||
### Changes vs Valet+ 2 | ||
|
||
- Use command `valet-plus` instead of `valet` (for now). | ||
- Use command `valet-plus` instead of `valet`. | ||
- Rename `.env.valet` to `.valet-env.php`. | ||
- Use command `valet-plus elasticsearch|es use <version>` instead of `valet-plus use elasticsearch|es <version>`. | ||
- Use `127.0.0.1` as Redis host instead of `/tmp/redis.sock`. | ||
|