Skip to content

Commit

Permalink
Merge pull request laravel#1021 from enderandpeter/4.2
Browse files Browse the repository at this point in the history
Make mention of the vendor\bin location on Windows
  • Loading branch information
taylorotwell committed Jan 27, 2015
2 parents fdca326 + cca0a0b commit 89e0585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ First, download the Laravel installer using Composer.

composer global require "laravel/installer=~1.1"

Make sure to place the `~/.composer/vendor/bin` directory in your PATH so the `laravel` executable is found when you run the `laravel` command in your terminal.
Make sure to place the `~/.composer/vendor/bin` directory in your PATH (or `C:\%HOMEPATH%\AppData\Roaming\Composer\vendor\bin` if working with Windows) so the `laravel` executable is found when you run the `laravel` command in your terminal.

Once installed, the simple `laravel new` command will create a fresh Laravel installation in the directory you specify. For instance, `laravel new blog` would create a directory named `blog` containing a fresh Laravel installation with all dependencies installed. This method of installation is much faster than installing via Composer.

Expand Down

0 comments on commit 89e0585

Please sign in to comment.