PHPackages                             rubensrocha/lara-install-wizard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rubensrocha/lara-install-wizard

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rubensrocha/lara-install-wizard
===============================

Laravel application installer with version and auth package selector.

v1.1.0(5y ago)3161MITPHPPHP ^7.3

Since Sep 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rubensrocha/lara-install-wizard)[ Packagist](https://packagist.org/packages/rubensrocha/lara-install-wizard)[ RSS](/packages/rubensrocha-lara-install-wizard/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Laravel Install Wizard
======================

[](#laravel-install-wizard)

[![Total Downloads](https://camo.githubusercontent.com/b46d8b8d8150982600b1839492ae852193e5df132c39416469aa4eaf112bb7e7/68747470733a2f2f706f7365722e707567782e6f72672f727562656e73726f6368612f6c6172612d696e7374616c6c2d77697a6172642f642f746f74616c2e737667)](https://packagist.org/packages/rubensrocha/lara-install-wizard)[![Latest Stable Version](https://camo.githubusercontent.com/f98859605efa3d291a23ff4eea15073f93cb1eda93051508af94509efe3abdf2/68747470733a2f2f706f7365722e707567782e6f72672f727562656e73726f6368612f6c6172612d696e7374616c6c2d77697a6172642f762f737461626c652e737667)](https://packagist.org/packages/rubensrocha/lara-install-wizard)[![License](https://camo.githubusercontent.com/178ae61b2c39aa9632a51e828825bec6b4e5f18190e32fad7cd363e537400f96/68747470733a2f2f706f7365722e707567782e6f72672f727562656e73726f6368612f6c6172612d696e7374616c6c2d77697a6172642f6c6963656e73652e737667)](https://packagist.org/packages/rubensrocha/lara-install-wizard)

Description
-----------

[](#description)

This package was created to implement new features in the official installer in order to make life easier for developers. With it you can:

- Choose the version of Laravel to be installed (5-6-7-8)
- Choose which authentication package to install (Laravel / UI or Jetstream)
- Optional Packages: Telescope, Socialite, Passport

How to Install
--------------

[](#how-to-install)

```
composer global require rubensrocha/lara-install-wizard
```

Executable Command
------------------

[](#executable-command)

```
larawizard
```

Commands List
-------------

[](#commands-list)

CommandDescriptionOptions**`new`**Create a new Laravel Project`name` (name of your project)**`version`**Choose the Laravel Version to install**`--dev`**Installs the latest "development" release**`--jet`**Installs the Laravel Jetstream scaffolding**`--stack`**The Jetstream stack that should be installed`livewire`, `inertia`**`--teams`**Indicates whether Jetstream should be scaffolded with team support**`--auth`**Installs the Laravel authentication scaffolding**`--preset`**The Laravel/UI preset that should be installed`bootstrap`, `vue`, `react`**`--telescope`**Installs the Laravel Telescope(dev)**`--socialite`**Installs the Laravel Socialite**`--passport`**Installs the Laravel Passport**`--force`**Forces install even if the directory already exists### Examples

[](#examples)

Laravel (latest version)

```
larawizard new ProjectName
```

Laravel **8** (latest version) with Jetstream

```
larawizard new ProjectName 8.* --jet
```

Laravel **8** (latest version) with Jetstream (Inertia)

```
larawizard new ProjectName 8.* --jet --stack=inertia
```

Laravel 7 (latest version)

```
larawizard new ProjectName 7.*
```

Laravel 7 (latest version) with Laravel/UI

```
larawizard new ProjectName 7.* --auth
```

Laravel 7 (latest version) with Laravel/UI (Vue)

```
larawizard new ProjectName 7.* --auth --preset=vue
```

Official Documentation
----------------------

[](#official-documentation)

Documentation for installing Laravel can be found on the [Laravel website](https://laravel.com/docs#installing-laravel).

Contributing
------------

[](#contributing)

If this project is useful for you, remember to rate it with stars. And if you want to contribute by creating new features or making bug fixes, your help is always welcome.

License
-------

[](#license)

Laravel Installer is open-sourced software licensed under the [MIT license](LICENSE.md).

Credits
-------

[](#credits)

This package is a modified version of the official installer, which can be found in the official repository at [this link](https://github.com/laravel/installer).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

2051d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b50b97a25e6a67c73462ac9e598847373148db5a04b54c8543ba5bc036c20a71?d=identicon)[rubensrocha](/maintainers/rubensrocha)

---

Top Contributors

[![rubensrocha](https://avatars.githubusercontent.com/u/10297656?v=4)](https://github.com/rubensrocha "rubensrocha (21 commits)")[![niladam](https://avatars.githubusercontent.com/u/4151765?v=4)](https://github.com/niladam "niladam (2 commits)")

---

Tags

laraveluiLaravel Authjetstream

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rubensrocha-lara-install-wizard/health.svg)

```
[![Health](https://phpackages.com/badges/rubensrocha-lara-install-wizard/health.svg)](https://phpackages.com/packages/rubensrocha-lara-install-wizard)
```

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[asgardcms/asgardcms-installer

AsgardCms application installer.

2842.6k](/packages/asgardcms-asgardcms-installer)[lara-zeus/accordion

Zeus Accordion is filamentphp layout component to group components

11122.8k2](/packages/lara-zeus-accordion)[ympact/flux-icons

A package to provide icons from different vendors for Livewire Flux.

116.2k](/packages/ympact-flux-icons)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
