How to install Laravel Older Versions through Composer

1438562666000 php laravel Windows

by Start Bootstrap


How to install Laravel Older Versions through Composer

Today, While I want to do some reseach with Laravel 5.0, I can’t able to download it in the default way

i.e.,

composer create-project laravel/laravel

It will install the latest stable version.

Then I found that, If someone want to install a specific version (say 4.2), then

composer create-project laravel/laravel YourAwesomeFolder 4.2