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

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

wqqas1/laravel-installer
========================

BeSMS Auto Installer

1.0.1(6y ago)08MITPHPPHP &gt;=5.6.0

Since Dec 28Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Auto Installer
==============

[](#auto-installer)

BeSMS Auto Installer checks for the following things and install 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.
6. Update Admin credential

Note:
-----

[](#note)

You need to have `.env` to the root

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

[](#installation)

Require this package with composer:

```
composer require wqqas1/laravel-installer

```

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

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

```

Usage
-----

[](#usage)

Before using this package you need to run :

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

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

[](#screenshots)

Credits
-------

[](#credits)

[Laravel Installer](https://github.com/Froiden/laravel-installer)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

2327d ago

### Community

Maintainers

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

---

Top Contributors

[![wqqas1](https://avatars.githubusercontent.com/u/20567910?v=4)](https://github.com/wqqas1 "wqqas1 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[doctrine/instantiator

A small, lightweight utility to instantiate objects in PHP without invoking their constructors

11.0k853.3M335](/packages/doctrine-instantiator)

PHPackages © 2026

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