Skip to content

Commit

Permalink
Update herd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
curder authored Nov 6, 2024
1 parent 1d45c89 commit ac9a46e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/guide/install/herd.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Herd

Herd 是一款速度超快的原生 Laravel 和 PHP 开发环境,适用于 macOS。它提供了开始使用 Laravel 开发所需的一切。它附带 PHP 、nginx、dnsmasq和Node.js。
Herd 是一款速度超快的原生 Laravel 和 PHP 开发环境,适用于 macOS。它提供了开始使用 Laravel 开发所需的一切。它附带 PHP、nginx、dnsmasq、laravel、composer 和 Node.js。

## 安装

要安装 Herd,请打开终端并运行以下命令:

```bash
brew install --cask herd

# 或者使用下面的命令
/bin/bash -c "$(curl -fsSL https://php.new/install/mac)"
```

安装完成并启动 Herd,支持如下可执行脚本:
Expand All @@ -31,4 +34,4 @@ composer config -g repos.packagist composer https://mirrors.aliyun.com/composer

# 还原官方镜像
composer config -g repo.packagist composer https://packagist.org
```
```

0 comments on commit ac9a46e

Please sign in to comment.