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

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

froiden/laravel-installer
=========================

Laravel web installer

11.0.0(1y ago)10883.9k↑36.3%29[1 issues](https://github.com/Froiden/laravel-installer/issues)[2 PRs](https://github.com/Froiden/laravel-installer/pulls)MITPHP

Since Mar 26Pushed 1y ago8 watchersCompare

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

READMEChangelog (10)DependenciesVersions (17)Used By (0)

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

[](#laravel-web-installer)

![Packagist License](https://camo.githubusercontent.com/b644bed33be19fae8c582e478b9d8eeff6efd72b1790f262de00e56e11e4899b/68747470733a2f2f706f7365722e707567782e6f72672f66726f6964656e2f6c61726176656c2d696e7374616c6c65722f6c6963656e7365)[![Total Downloads](https://camo.githubusercontent.com/4d0219802ccce91cdee46e9655072fc380c723413bad8d5c4d27a45fb85e2b4d/68747470733a2f2f706f7365722e707567782e6f72672f66726f6964656e2f6c61726176656c2d696e7374616c6c65722f642f746f74616c)](https://packagist.org/packages/froiden/laravel-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 froiden/laravel-installer:1.9.0

```

OR add this line to `composer.json`

```
"require": {
    "froiden/laravel-installer": "1.9.0"
}

```

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

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

```

OR add this line to `composer.json`

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

```

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

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

```

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

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

```

Usage
-----

[](#usage)

Before using this package you need to run :

```
php artisan vendor:publish --provider="Froiden\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.

Screenshots
-----------

[](#screenshots)

[![Laravel web installer](https://camo.githubusercontent.com/d5ad0814740e19e6168019f6eff83d8577b9c9aab69897e7c45056be40972821/687474703a2f2f7075626c69632e66726f69642e776f726b732f6b6e6170312e706e67)](https://camo.githubusercontent.com/d5ad0814740e19e6168019f6eff83d8577b9c9aab69897e7c45056be40972821/687474703a2f2f7075626c69632e66726f69642e776f726b732f6b6e6170312e706e67)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity48

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 85.4% 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 ~179 days

Total

16

Last Release

643d ago

Major Versions

1.9.0 → 11.0.02024-08-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/60375e1c6b180410fc5dd27234a4a293b62206e8574fdbe5d64eb4ed0942df77?d=identicon)[ajayfroiden](/maintainers/ajayfroiden)

---

Top Contributors

[![ajayfroiden](https://avatars.githubusercontent.com/u/6275382?v=4)](https://github.com/ajayfroiden "ajayfroiden (41 commits)")[![saraswat19](https://avatars.githubusercontent.com/u/6272778?v=4)](https://github.com/saraswat19 "saraswat19 (5 commits)")[![chrisbbreuer](https://avatars.githubusercontent.com/u/6228425?v=4)](https://github.com/chrisbbreuer "chrisbbreuer (1 commits)")[![mr-chetan](https://avatars.githubusercontent.com/u/56998650?v=4)](https://github.com/mr-chetan "mr-chetan (1 commits)")

---

Tags

installerlaravellaravel-installerlaravel54

### Embed Badge

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

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

###  Alternatives

[markbaker/complex

PHP Class for working with complex numbers

1.7k283.1M38](/packages/markbaker-complex)

PHPackages © 2026

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