Skip to content

Commit 241007f

Browse files
authored
Add 5.2 version to install docs.
1 parent d4b3d84 commit 241007f

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)