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

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

codemenorg/installer
====================

Codemen - Laravel Web Installer

1.0.2(5y ago)46.1k4MITPHPPHP &gt;=7.2.0

Since Nov 12Pushed 5y ago2 watchersCompare

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

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Codemen - Laravel Web Installer [Package](https://packagist.org/packages/codemenorg/installer)
==============================================================================================

[](#codemen---laravel-web-installer-package)

- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)
- [Routes](#routes)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

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 installer 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 application information.
- Ability to set database information.
- Ability to set mail information.
- Ability to set others .env information.
- Migrate The Database.
- Seed The Tables.

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

[](#requirements)

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

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require codemenorg/installer
```

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

```
    php artisan vendor:publish --tag=CodemenInstaller
```

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 finished `APP_INSTALLED` environment variable be placed into the `.env` file with value `true`. If this `APP_INSTALLED` is `true` then the route `/install` will abort to the 404 page or you can redirect to your specific route by editing `installer.` config file.
- To redirect to install page until the installation is done, you need to add the following middleware in the `middlewareGroups => web` section in `app/Http/Kernel.php`:

```
\Codemen\Installer\Middleware\RedirectIfNotInstalled::class,

```

This middleware configuration is optional and can be skipped.

FileFile Information`config/installer.php`In here you can 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/vendor/installer`This folder contains a css folder and inside of it you will find a `style.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`This folder contains the HTML code for your installer, it is 100% customizable, give it a look and see how nice/clean it is.Contributing
------------

[](#contributing)

- If you have any suggestions please let me know : .

License
-------

[](#license)

Codemen - Laravel Web Installer is licensed under the MIT license. Enjoy!

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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

Every ~114 days

Total

3

Last Release

2151d ago

### Community

Maintainers

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

---

Top Contributors

[![ranabd36](https://avatars.githubusercontent.com/u/8455801?v=4)](https://github.com/ranabd36 "ranabd36 (22 commits)")

### Embed Badge

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

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

###  Alternatives

[yii2mod/yii2-chosen-select

Chosen Select Widget based on Chosen jQuery plugin

14113.9k](/packages/yii2mod-yii2-chosen-select)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[flynsarmy/oc-idehelper-plugin

OctoberCMS plugin to make development easier by providing IDE helpers

238.3k](/packages/flynsarmy-oc-idehelper-plugin)

PHPackages © 2026

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