PHPackages                             mamun2074/project-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. mamun2074/project-installer

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

mamun2074/project-installer
===========================

Laravel web installer

05PHP

Since Oct 28Pushed 6mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-web-installer)

![Packagist License](https://camo.githubusercontent.com/2925561a1f1f20796073d45e421264fdc985cd9b62cb7181845c42f6bcb806fd/68747470733a2f2f706f7365722e707567782e6f72672f4d616d756e323037342f6c61726176656c2d696e7374616c6c65722f6c6963656e7365)[![Total Downloads](https://camo.githubusercontent.com/f50f7c776455a7c9213073bcaef2815f6a74e126bd915f433aeecbad41b7d038/68747470733a2f2f706f7365722e707567782e6f72672f4d616d756e323037342f6c61726176656c2d696e7374616c6c65722f642f746f74616c)](https://packagist.org/packages/Mamun2074/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 mamun2074/project-installer

```

OR add this line to `composer.json`

```
"require": {
    "mamun2074/project-installer": "dev-master"
}

```

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

```
composer require mamun2074/project-installer

```

OR add this line to `composer.json`

```
"require": {
    "mamun2074/project-installer": "dev-master",
}

```

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

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

```

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

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

```

Usage
-----

[](#usage)

Before using this package you need to run :

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

19

—

LowBetter than 10% of packages

Maintenance49

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5e34af20a5dc497a4e46afba43a06b9d699d8ed9c52aee5d7ac97e4bfd00392?d=identicon)[mahmud\_pau](/maintainers/mahmud_pau)

---

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)")[![mamun2074](https://avatars.githubusercontent.com/u/15967433?v=4)](https://github.com/mamun2074 "mamun2074 (4 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)")

### Embed Badge

![Health badge](/badges/mamun2074-project-installer/health.svg)

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

###  Alternatives

[daverandom/exceptional-json

JSON encoding and decoding that throws exceptions on failure

321.4M9](/packages/daverandom-exceptional-json)

PHPackages © 2026

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