Skip to content

Commit 718322d

Browse files
[11.x] Reinstate link to Laravel installer package (#9940)
* Reinstate link to Laravel installer package * Update installation.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 687b781 commit 718322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Laravel combines the best packages in the PHP ecosystem to offer the most robust
6161
<a name="installing-php"></a>
6262
### Installing PHP and the Laravel Installer
6363

64-
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.
64+
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.
6565

6666
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:
6767

0 commit comments

Comments
 (0)