PHPackages                             jaapgoorhuis/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. [Framework](/categories/framework)
4. /
5. jaapgoorhuis/laravel-installer

ActiveLibrary[Framework](/categories/framework)

jaapgoorhuis/laravel-installer
==============================

Laravel web installer

1.4.4(10y ago)031MITPHP

Since Jul 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jaapgoorhuis/LaravelInstaller)[ Packagist](https://packagist.org/packages/jaapgoorhuis/laravel-installer)[ RSS](/packages/jaapgoorhuis-laravel-installer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (13)Used By (0)

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

[](#laravel-web-installer)

Do you want your clients to be able to install a Laravel project just like they do with WordPress or any other CMS? This Laravel package allows users who don't use Composer, SSH etc to install your application just by following the setup wizard. The current features are :

```
- Check For Server Requirements.
- Check For Folders Permissions.
- Ability to set database information.
- Migrate The Database.
- Seed The Tables.

```

If you have any suggestions please let me know : .

Installation
------------

[](#installation)

First, pull in the package through Composer.

```
"require": {
    "Jaapgoorhuis/laravel-installer": "1.4.4"
}

```

And then run :

```
composer update

```

After that, include the service provider within `config/app.php`.

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

```

You can't figure it out? You need more help? Here is a video tutorial for you : [Laravel Installer by Devdojo](https://www.youtube.com/watch?v=Jput5doFYLg)

Usage
-----

[](#usage)

Before using this package you need to run :

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

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

- `config/installer.php` : In here you can set the requirements along with the folders permissions for your application to run, by default the array cotaines the default requirements for a basic Laravel app.
- `public/installer/assets` : This folder contains a css folder and inside of 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` : This folder contains the HTML code for your installer, it is 100% customizable, give it a look and see how nice/clean it is.
- `resources/lang/en/messages.php` : This file holds all the messages/text, currently only English is available, if your application is in another language, you can copy/past it in your language folder and modify it the way you want. If you wanna help us provide more languages for this awesome package please send a pull request .

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

[](#screenshots)

[![Laravel web installer](https://camo.githubusercontent.com/4893e60453d9c562a8991bc7312cfaad37e2ee35fcf88c1aa69ee449a2016d1d/687474703a2f2f692e696d6775722e636f6d2f33765942504c6e2e706e67)](https://camo.githubusercontent.com/4893e60453d9c562a8991bc7312cfaad37e2ee35fcf88c1aa69ee449a2016d1d/687474703a2f2f692e696d6775722e636f6d2f33765942504c6e2e706e67)

TODO
----

[](#todo)

- Create Wiki.
- Support more languages.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 64.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 ~33 days

Recently: every ~47 days

Total

11

Last Release

3674d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16557066?v=4)[jaapgoorhuis](/maintainers/Jaapgoorhuis)[@jaapgoorhuis](https://github.com/jaapgoorhuis)

---

Top Contributors

[![rashidlaasri](https://avatars.githubusercontent.com/u/36804104?v=4)](https://github.com/rashidlaasri "rashidlaasri (58 commits)")[![newssettings](https://avatars.githubusercontent.com/u/16718711?v=4)](https://github.com/newssettings "newssettings (15 commits)")[![sasin91](https://avatars.githubusercontent.com/u/808722?v=4)](https://github.com/sasin91 "sasin91 (6 commits)")[![OzanKurt](https://avatars.githubusercontent.com/u/8682003?v=4)](https://github.com/OzanKurt "OzanKurt (2 commits)")[![MadMikeyB](https://avatars.githubusercontent.com/u/831828?v=4)](https://github.com/MadMikeyB "MadMikeyB (2 commits)")[![VictorAvelar](https://avatars.githubusercontent.com/u/7926849?v=4)](https://github.com/VictorAvelar "VictorAvelar (1 commits)")[![bobbybouwmann](https://avatars.githubusercontent.com/u/5872362?v=4)](https://github.com/bobbybouwmann "bobbybouwmann (1 commits)")[![wenderpmachado](https://avatars.githubusercontent.com/u/9468604?v=4)](https://github.com/wenderpmachado "wenderpmachado (1 commits)")[![judantus](https://avatars.githubusercontent.com/u/7925853?v=4)](https://github.com/judantus "judantus (1 commits)")[![rigelk](https://avatars.githubusercontent.com/u/6329880?v=4)](https://github.com/rigelk "rigelk (1 commits)")[![siokas](https://avatars.githubusercontent.com/u/5487672?v=4)](https://github.com/siokas "siokas (1 commits)")[![tabacitu](https://avatars.githubusercontent.com/u/1032474?v=4)](https://github.com/tabacitu "tabacitu (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M844](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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