laravel-installer maintained by mauri870
Laravel Installer
:warning: DISCONTINUED AND MIGRATED :construction:
This project is discontinued and deprecated. I will not offer more support and bugfixes here. For the newer changes, support and improvements please refer to artesaos/laravel-installer
I create this laravel installer as an alternative like a symfony installer, where you could choose a specific version to install.
Installation
composer g require mauri870/laravel-installer
Usage
This installer works like a default laravel installer. The difference is you can choose your version.
laravel-installer new name version
Replace name for your project name and version for one of the available versions:
4.2
5.0
5.1 - You can use LTS instead
5.2 - Default version
You can use the help command for instructions:
laravel-installer help new