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

ActivePackage

ajamaa/laravel-installer
========================

Laravel package to install your website

v1.0.0(2y ago)229MITPHPPHP &gt;=8.1

Since Jan 23Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Installer Package
=========================

[](#laravel-installer-package)

This package is making installing your laravel app in the hosting much easy with some configurations.

benefits
--------

[](#benefits)

- Install the application
- migrate the database
- can seed any settings
- verify purchase code

    > Look at the config file for more informations

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

[](#installation)

You can install the package via composer:

```

composer require ajamaa/laravel-installer

```

Configurations
--------------

[](#configurations)

```

php artisan vendor:publish --tag=laravelinstaller

```

add the middleware to web list middlewareGroups in Kernel.php file

```
/**
     * The application's route middleware groups.
     *
     * @var array
     */
    protected $middlewareGroups = [
        'web' => [
            \Ajamaa\LaravelInstaller\Middlewares\LaravelInstallerMiddleware::class
            .
            .
            .
        ],
    ];

```

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

[Abderrahim Ajamaa](https://ajamaa.me)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

839d ago

### Community

Maintainers

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

---

Top Contributors

[![ajma3abdo](https://avatars.githubusercontent.com/u/60094035?v=4)](https://github.com/ajma3abdo "ajma3abdo (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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