artesaos/laravel-installer

Install Laravel Framework with any version you want.

Package info

github.com/artesaos/laravel-installer

pkg:composer/artesaos/laravel-installer

Statistics

Installs: 415

Dependents: 0

Suggesters: 0

Stars: 21

Open Issues: 2

1.6.0 2022-03-09 10:57 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 50c9fa28832d13afa8e9ebd4330d7da6dbc4def7

  • Mauri de Souza Nunes <mauri870.woop@gmail.com>

installerversionlaravelcustom

This package is auto-updated.

Last update: 2026-06-09 19:56:25 UTC


README

👁 Build Status
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

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

Installation

composer g require artesaos/laravel-installer

Usage

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

Changelog

You can view the latest changes here