diff --git a/installation.md b/installation.md index ab6508af262..eb184447445 100644 --- a/installation.md +++ b/installation.md @@ -61,7 +61,7 @@ Laravel combines the best packages in the PHP ecosystem to offer the most robust ### Installing PHP and the Laravel Installer -Before creating your first Laravel application, make sure that your local machine has [PHP](https://php.net) and [Composer](https://getcomposer.org) installed. In addition, you should install [Node and NPM](https://nodejs.org) so that you can compile your application's frontend assets. +Before creating your first Laravel application, make sure that your local machine has [PHP](https://php.net), [Composer](https://getcomposer.org), and [the Laravel installer](https://github.com/laravel/installer) installed. In addition, you should install [Node and NPM](https://nodejs.org) so that you can compile your application's frontend assets. If you don't have PHP and Composer installed on your local machine, the following commands will install PHP, Composer, and the Laravel installer on macOS, Windows, or Linux: