Skip to content

Commit 899bbc2

Browse files
Return installation using laravel new to docs (laravel#8163)
* Return installation using `laravel new` to docs * Update installation.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent dd27ba4 commit 899bbc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

installation.md

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ After you have installed PHP and Composer, you may create a new Laravel project
5656
composer create-project laravel/laravel example-app
5757
```
5858

59+
Or, you may create new Laravel projects by globally installing the Laravel installer via Composer:
60+
61+
```nothing
62+
composer global require laravel/installer
63+
64+
laravel new example-app
65+
```
66+
5967
After the project has been created, start Laravel's local development server using the Laravel's Artisan CLI `serve` command:
6068

6169
```nothing

0 commit comments

Comments
 (0)