Install Laravel Framework with any version you want.
artesaos/laravel-installer is a Laravel package for install laravel framework with any version you want..
It currently has 21 GitHub stars and 417 downloads on Packagist (latest version 1.6.0).
Install it with composer require artesaos/laravel-installer.
Discover more Laravel packages by artesaos
or browse all Laravel packages to compare alternatives.
Last updated
This laravel installer is an alternative to the Laravel installer and much like the Symfony installer lets you choose a specific version to install.
Remember to remove your old laravel installer to prevent conflicts
composer g remove laravel/installer
composer g require artesaos/laravel-installer
This installer works like the default laravel installer. The difference is you can choose the Laravel Version version.
laravel new name version
The option --interactive is available. It will ask for packages to require on your project
Replace name for your project name and version with a valid laravel version, in any format supported by composer.
Some examples:
laravel new blog 9.3.1
laravel new blog ~5.5.0
laravel new blog ^7.1
laravel new blog master
You can use the help command for instructions:
laravel help new
You can view the latest changes here