Skip to content

Commit 1f6303f

Browse files
authored
add suggestion for using Bun (#10005)
Bun is a Node/NPM alternative that can handle dependency management and frontent asset compilation, with better performance, and simpler installation/upgrading.
1 parent e589c65 commit 1f6303f

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), [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.
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 either [Node and NPM](https://nodejs.org) or [Bun](https://bun.sh/) 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)