how to Install specific version using laravel installer

Using composer you can specify the version you want easily by running


composer create-project laravel/laravel="5.1.*" myProject


Using the 5.1.* will ensure that you get all the latest patches in the 5.1 branch. 

Enregistrer un commentaire

Plus récente Plus ancienne