How to install laravel older version?

I want to install an older version of laravel(5.1) from softaculous for my project.
So, how to install it?

As far as I know, you cannot install older versions.

1 Like

You can still install it by hand. Simply create your Laravel project on your own computer, install the right Laravel version and other Composer dependencies and then upload the entire project folder to your hosting account.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.