Share
How to install specific laravel version
Question
Hi,
If I want to install an earlier version of Laravel, how can I do that? Thanks
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Answer ( 1 )
The Laravel development is extremely rapid. New major versions are released every 12 months, sometimes with huge and breaking changes. So ocassionally it may not be the best idea to install the latest version of Laravel or update old projects. We can easily install a specific Laravel version using composer.
Make sure to download the Laravel installer first:
Then install the version you want using the following command: