| Package Data | |
|---|---|
| Maintainer Username: | vinicius73 |
| Maintainer Contact: | mauri870@gmail.com (Mauri de Souza Nunes) |
| Package Create Date: | 2016-02-12 |
| Package Last Update: | 2022-03-09 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-29 03:04:19 |
| Package Statistics | |
|---|---|
| Total Downloads: | 414 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 21 |
| Total Watchers: | 8 |
| Total Forks: | 3 |
| Total Open Issues: | 2 |
This laravel installer is an alternative like a symfony installer, where you could choose a specific version to install.
Remember to remove your old laravel installer for prevent conflicts
composer g remove laravel/installer
composer g require artesaos/laravel-installer
This installer works like a default laravel installer. The difference is you can choose your 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 for one of the available versions:
4.2
5.0
5.1
5.2
5.3
5.4
5.5 - Default version - You can use LTS instead
master - Install from the current master branch
develop - Install the development version from the next release
You can use the help command for instructions:
laravel help new
You can view the latest changes here