Skip to content

Commit d6af496

Browse files
author
TANT Julien
committed
Changing order of installation options
1 parent 2728c6c commit d6af496

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Laravel utilizes [Composer](http://getcomposer.org) to manage its dependencies.
1414
<a name="install-laravel"></a>
1515
## Install Laravel
1616

17-
### Via Download
18-
19-
Once Composer is installed, download the [latest version](https://github.com/laravel/laravel/archive/master.zip) of the Laravel framework and extract its contents into a directory on your server. Next, in the root of your Laravel application, run the `php composer.phar install` (or `composer install`) command to install all of the framework's dependencies. This process requires Git to be installed on the server to successfully complete the installation.
20-
2117
### Via Composer Create-Project
2218

2319
You may also install Laravel by issuing the Composer `create-project` command in your terminal:
2420

2521
composer create-project laravel/laravel
2622

27-
Once Laravel is installed, you may update the framework using the `php composer.phar update` command.
23+
### Via Download
24+
25+
Once Composer is installed, download the [latest version](https://github.com/laravel/laravel/archive/master.zip) of the Laravel framework and extract its contents into a directory on your server. Next, in the root of your Laravel application, run the `php composer.phar install` (or `composer install`) command to install all of the framework's dependencies. This process requires Git to be installed on the server to successfully complete the installation.
26+
27+
If you want to update the Laravel framework, you may issue the `php composer.phar update` command.
2828

2929
<a name="server-requirements"></a>
3030
## Server Requirements

0 commit comments

Comments
 (0)