Skip to content

Commit 6209df5

Browse files
committed
Add project name to composer install instructions.
1 parent 0d614af commit 6209df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
To install the Laravel framework, you may issue the following command from your terminal:
1414

15-
composer create-project laravel/laravel
15+
composer create-project laravel/laravel your-project-name
1616

1717
Or, you may also download a copy of the [repository from Github](https://github.com/laravel/laravel/archive/master.zip). Next, after [installing Composer](http://getcomposer.org), run the `composer install` command in the root of your project directory. This command will download and install the framework's dependencies.
1818

0 commit comments

Comments
 (0)