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

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

infinety-es/laravel-installer
=============================

Laravel web installer Modified

1.5.1(10y ago)018MITCSS

Since Jul 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Krato/LaravelInstaller)[ Packagist](https://packagist.org/packages/infinety-es/laravel-installer)[ RSS](/packages/infinety-es-laravel-installer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (11)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": {
    "rachidlaasri/laravel-installer": "1.4.1"
}

```

And then run :

```
composer update

```

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

```
'providers' => [
    RachidLaasri\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="RachidLaasri\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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 89.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 ~25 days

Recently: every ~37 days

Total

10

Last Release

3732d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

[![rashidlaasri](https://avatars.githubusercontent.com/u/36804104?v=4)](https://github.com/rashidlaasri "rashidlaasri (50 commits)")[![OzanKurt](https://avatars.githubusercontent.com/u/8682003?v=4)](https://github.com/OzanKurt "OzanKurt (2 commits)")[![bobbybouwmann](https://avatars.githubusercontent.com/u/5872362?v=4)](https://github.com/bobbybouwmann "bobbybouwmann (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/infinety-es-laravel-installer/health.svg)

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

PHPackages © 2026

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