Skip to content

Commit ed3db07

Browse files
authored
Merge pull request #2572 from aejnsn/patch-1
Add 5.2 version to 5.2 install docs.
2 parents d4b3d84 + 241007f commit ed3db07

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
@@ -44,7 +44,7 @@ Once installed, the `laravel new` command will create a fresh Laravel installati
4444

4545
Alternatively, you may also install Laravel by issuing the Composer `create-project` command in your terminal:
4646

47-
composer create-project --prefer-dist laravel/laravel blog
47+
composer create-project --prefer-dist laravel/laravel blog "5.2.*"
4848

4949
<a name="configuration"></a>
5050
### Configuration

0 commit comments

Comments
 (0)