Skip to content

Commit

Permalink
Re-add Laravel installer docs (#9232)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 1, 2024
1 parent 2f5da82 commit f053c49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ After you have installed PHP and Composer, you may create a new Laravel project
composer create-project laravel/laravel example-app
```

Or, you may create new Laravel projects by globally installing [the Laravel installer](https://github.com/laravel/installer) via Composer:

```nothing
composer global require laravel/installer
laravel new example-app
```

Once the project has been created, start Laravel's local development server using Laravel Artisan's `serve` command:

```nothing
Expand Down

0 comments on commit f053c49

Please sign in to comment.