Reorganize intro page a bit
parent
6485f7eef3
commit
532f237003
|
@ -76,14 +76,6 @@ You can run these commands to easily access `composer` from anywhere on your sys
|
|||
|
||||
Then, just run `composer` in order to run Composer instead of `php composer.phar`.
|
||||
|
||||
### Using Composer
|
||||
|
||||
Next, run the `install` command to resolve and download dependencies:
|
||||
|
||||
$ php composer.phar install
|
||||
|
||||
This will download monolog into the `vendor/monolog/monolog` directory.
|
||||
|
||||
## Installation - Windows
|
||||
|
||||
### Using the Installer
|
||||
|
@ -118,6 +110,19 @@ Save the file. Close your current terminal. Test usage with a new terminal:
|
|||
|
||||
C:\Users\username>
|
||||
|
||||
## Using Composer
|
||||
|
||||
Next, run the `install` command to resolve and download dependencies:
|
||||
|
||||
$ php composer.phar install
|
||||
|
||||
If you did a global install and do not have the phar in that directory
|
||||
run this instead:
|
||||
|
||||
$ composer install
|
||||
|
||||
This will download monolog into the `vendor/monolog/monolog` directory.
|
||||
|
||||
## Autoloading
|
||||
|
||||
Besides downloading the library, Composer also prepares an autoload file that's
|
||||
|
|
Loading…
Reference in New Issue