artesaos / laravel-installer by vinicius73

Install Laravel Framework with any version you want.
397
22
9
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: 2024-04-22 03:04:42
Package Statistics
Total Downloads: 397
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 22
Total Watchers: 9
Total Forks: 4
Total Open Issues: 1

Laravel Installer

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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

Installation

composer g require artesaos/laravel-installer

Usage

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

Changelog

You can view the latest changes here