Skip to content

Commit bdc1629

Browse files
authored
Added version number when install via Composer (laravel#7691)
1 parent 0a39be9 commit bdc1629

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
@@ -157,7 +157,7 @@ If you do not specify which services you would like configured, a default stack
157157

158158
If your computer already has PHP and Composer installed, you may create a new Laravel project by using Composer directly. After the application has been created, you may start Laravel's local development server using the Artisan CLI's `serve` command:
159159

160-
composer create-project laravel/laravel example-app
160+
composer create-project laravel/laravel:^8.0 example-app
161161

162162
cd example-app
163163

0 commit comments

Comments
 (0)