Skip to content

Commit e33d490

Browse files
authored
Merge pull request #4835 from web2033/master
Windows PATH
2 parents aa1decc + 6162b60 commit e33d490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Make sure to place composer's system-wide vendor bin directory in your `$PATH` s
4747
<div class="content-list" markdown="1">
4848
- macOS: `$HOME/.composer/vendor/bin`
4949
- GNU / Linux Distributions: `$HOME/.config/composer/vendor/bin`
50+
- Windows: `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin`
5051
</div>
5152

5253
Once installed, the `laravel new` command will create a fresh Laravel installation in the directory you specify. For instance, `laravel new blog` will create a directory named `blog` containing a fresh Laravel installation with all of Laravel's dependencies already installed:

0 commit comments

Comments
 (0)