mauri870 / laravel-installer
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/artesaos/laravel-installer package instead.
Install laravel with any version you want.
1.0.2
2016-01-27 16:00 UTC
Requires
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
Requires (Dev)
- phpunit/phpunit: ^5.0
- satooshi/php-coveralls: ^1.0
This package is auto-updated.
Last update: 2022-02-01 12:54:53 UTC
README
⚠️ DISCONTINUED AND MIGRATED 🚧
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