633 0 0 0
Last Updated : 2025-04-28 21:48:41
In this snippet I will provide a code snippet to help you install specific version of laravel based on what you need
To install specific version of laravel use the code below
composer create-project laravel/laravel="5.1.*" myProject
Using the 5.1.* will ensure that you will get all the latest patches in the 5.1 branch