September 2017
Intermediate to advanced
244 pages
6h 44m
English
To install a framework named Laravel, you can simply run:
composer create-project laravel/laravel
Here, laravel/laravel is the package. As you can see from this, the path on the filesystem or version is not mentioned here. This is because those parameters are optional.
With those parameters, this command will look like this:
composer create-project laravel/laravel ./exampleproject 5.3
Read now
Unlock full access