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

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

zainiklab/zai-installer
=======================

Laravel Web Installer For Zainiklab

v2.0.2(6mo ago)111.3k↓29.2%3MITPHPPHP ^7.0.0|^8.0.0

Since May 25Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/zainiktheme/zai-installer)[ Packagist](https://packagist.org/packages/zainiklab/zai-installer)[ RSS](/packages/zainiklab-zai-installer/feed)WikiDiscussions main Synced 1mo ago

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

Zainiklab Web Installer | A Web Installer
=========================================

[](#zainiklab-web-installer--a-web-installer)

- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)
- [Routes](#routes)
- [Usage](#usage)
- [Folders](#folders)

About
-----

[](#about)

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.
    - .env text editor
    - .env form wizard
- Migrate The Database.
- Seed The Tables.

Requirements
------------

[](#requirements)

- [Laravel 8.0+](https://laravel.com/docs/installation)

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require zainiklab/zai-installer
```

2. Register the package

Register the package with laravel in `config/app.php` under `providers` with the following:

```
	'providers' => [
	    Zainiklab\ZaiInstaller\Providers\ZaiInstallerServiceProvider::class,
	];
```

3. Publish the packages views, config file, assets, and language files by running the following from your projects root folder:

```
    php artisan vendor:publish --provider="Zainiklab\ZaiInstaller\Providers\ZaiInstallerServiceProvider"
```

Routes
------

[](#routes)

- `/install`

Usage
-----

[](#usage)

- **Install Routes Notes**
    - In order to install your application, go to the `/install` route and follow the instructions.
    - Once the installation has ran the empty file `installed` will be placed into the `/storage` directory. If this file is present the route `/install` will redirect to homepage.

Folders
-------

[](#folders)

FolderFolder Information`public/zaifiles`This folder contains all the asset files, this file is responsible for the styling of your installer, you can overide the default stylesheet `style.css` and add your own.`resources/views/zainiklab/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.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance66

Regular maintenance activity

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~59 days

Recently: every ~232 days

Total

22

Last Release

208d ago

Major Versions

1.9.5 → v2.02025-10-20

PHP version history (3 changes)v1.0PHP &gt;=7.0.0

v1.2PHP ^8.0.0

v1.3PHP ^7.0.0|^8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b43e0333ab9cb24df0d727163b57a1ff8a781a7180066920d1a93d04164948d?d=identicon)[masum1008](/maintainers/masum1008)

---

Top Contributors

[![zainiklab-abdullah](https://avatars.githubusercontent.com/u/114804418?v=4)](https://github.com/zainiklab-abdullah "zainiklab-abdullah (17 commits)")[![masum1008](https://avatars.githubusercontent.com/u/10558198?v=4)](https://github.com/masum1008 "masum1008 (10 commits)")[![zainiktheme](https://avatars.githubusercontent.com/u/92439224?v=4)](https://github.com/zainiktheme "zainiktheme (5 commits)")[![zainiklab-armanarif](https://avatars.githubusercontent.com/u/239157307?v=4)](https://github.com/zainiklab-armanarif "zainiklab-armanarif (3 commits)")[![obaydullah-ewu](https://avatars.githubusercontent.com/u/73065200?v=4)](https://github.com/obaydullah-ewu "obaydullah-ewu (2 commits)")[![sadekur-rahman](https://avatars.githubusercontent.com/u/36833587?v=4)](https://github.com/sadekur-rahman "sadekur-rahman (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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