PHPackages                             helloarman/laravel-installer - 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. helloarman/laravel-installer

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

helloarman/laravel-installer
============================

Laravel web installer

1.9.5(1y ago)010MITPHP

Since Dec 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/helloarman/laravel-installer)[ Packagist](https://packagist.org/packages/helloarman/laravel-installer)[ RSS](/packages/helloarman-laravel-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Laravel Web Installer
=====================

[](#laravel-web-installer)

Laravel Web installer checks for the following things and installs the application in one go.

1. Check For Server Requirements.
2. Check For Folders Permissions.
3. Ability to set database information.
4. Migrate The Database.
5. Seed The Tables.

Note:
-----

[](#note)

You need to have `.env` to the root

Installation
============

[](#installation)

1. If you are running **Laravel 5 or above** :

```
composer require helloarman/laravel-installer:1.9.5

```

OR add this line to `composer.json`

```
"require": {
    "helloarman/laravel-installer": "1.9.5"
}

```

2. If you are running **Laravel 11 or above** :

```
composer require helloarman/laravel-installer:11.0.0

```

OR add this line to `composer.json`

```
"require": {
    "helloarman/laravel-installer": "11.0.0"
}

```

After updating the composer, add the ServiceProvider to the providers array in `config/app.php`.

```
'providers' => [
    Helloarman\LaravelInstaller\Providers\LaravelInstallerServiceProvider::class,
];

```

For laravel version 11.x and greater, add the serviceprovider to the providers array in `bootstrap/providers.php`.

```
[
    Helloarman\LaravelInstaller\Providers\LaravelInstallerServiceProvider::class,
];

```

Usage
-----

[](#usage)

Before using this package you need to run :

```
php artisan vendor:publish --provider="Helloarman\LaravelInstaller\Providers\LaravelInstallerServiceProvider"
```

You will notice additional files and folders appear in your project :

- `config/installer.php` : Set the requirements along with the folders permissions for your application to run, by default the array contains the default requirements for a basic Laravel app.
- `public/installer/assets` : This folder contains a css folder and inside it you will find a `main.css` file, this file is responsible for the styling of your installer, you can overide the default styling and add your own.
- `resources/views/vendor/installer` : Contains the HTML code for your installer.
- `resources/lang/en/installer_messages.php` : This file holds all the messages/text.

Installing your application
---------------------------

[](#installing-your-application)

- **Install:** In order to install your application, go to the `/install` url and follow the instructions.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance41

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

4

Last Release

520d ago

### Community

Maintainers

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

---

Top Contributors

[![helloarman](https://avatars.githubusercontent.com/u/66985321?v=4)](https://github.com/helloarman "helloarman (10 commits)")

### Embed Badge

![Health badge](/badges/helloarman-laravel-installer/health.svg)

```
[![Health](https://phpackages.com/badges/helloarman-laravel-installer/health.svg)](https://phpackages.com/packages/helloarman-laravel-installer)
```

###  Alternatives

[liyunfang/yii2-contextmenu

yii2 Extended for bootstrap-contextmenu plugin https://github.com/sydcanem/bootstrap-contextmenu

2432.4k1](/packages/liyunfang-yii2-contextmenu)[danielgsims/staticproxy

A thin proxy for static classes

118.2k](/packages/danielgsims-staticproxy)

PHPackages © 2026

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