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

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

simexis/installer
=================

Installer for laravel 5

1.6.7(8y ago)78155[1 issues](https://github.com/jooorooo/installer/issues)MITCSSPHP &gt;=5.5.9

Since Oct 21Pushed 8y ago5 watchersCompare

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

READMEChangelogDependencies (1)Versions (10)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 Folders and Files Permissions.
- Check For Server Requirements.
- Ability to set database information.
- Update existing application.
- Migrate The Database.
- Seed The Tables.

```

If you have any suggestions please let me know : .

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

[](#installation)

First, pull in the package through Composer.

```
composer require simexis/installer

```

And then run :

```
composer update

```

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

```
'providers' => [
    Simexis\Installer\InstallerServiceProvider::class,
];

```

Usage
-----

[](#usage)

Before using this package you need to run :

```
php artisan vendor:publish
```

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 and files permissions for your application to run, by default the array cotaines the default requirements for a basic Laravel app.
- `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/installer.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.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~73 days

Recently: every ~122 days

Total

9

Last Release

3274d ago

Major Versions

0.9 → 1.62015-10-21

### Community

Maintainers

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

---

Top Contributors

[![jooorooo](https://avatars.githubusercontent.com/u/5603141?v=4)](https://github.com/jooorooo "jooorooo (1 commits)")[![znsstudio](https://avatars.githubusercontent.com/u/2754385?v=4)](https://github.com/znsstudio "znsstudio (1 commits)")

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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