Skip to content

Commit c021c80

Browse files
committed
mention herd
1 parent 8c85dd4 commit c021c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Laravel combines the best packages in the PHP ecosystem to offer the most robust
5252
<a name="your-first-laravel-project"></a>
5353
## Your First Laravel Project
5454

55-
Before creating your first Laravel project, you should ensure that your local machine has PHP and [Composer](https://getcomposer.org) installed. If you are developing on macOS, PHP and Composer can be installed via [Homebrew](https://brew.sh/). In addition, we recommend [installing Node and NPM](https://nodejs.org).
55+
Before creating your first Laravel project, you should ensure that your local machine has PHP and [Composer](https://getcomposer.org) installed. If you are developing on macOS, PHP and Composer can be installed within minutes via [Laravel Herd](https://herd.laravel.com). In addition, we recommend [installing Node and NPM](https://nodejs.org).
5656

5757
After you have installed PHP and Composer, you may create a new Laravel project via the Composer `create-project` command:
5858

5959
```nothing
6060
composer create-project laravel/laravel example-app
6161
```
6262

63-
Or, you may create new Laravel projects by globally installing the Laravel installer via Composer:
63+
Or, you may create new Laravel projects by globally installing the Laravel installer via Composer. Or, if you installed PHP and Composer via [Laravel Herd](https://herd.laravel.com), the Laravel installer is already available to you:
6464

6565
```nothing
6666
composer global require laravel/installer

0 commit comments

Comments
 (0)