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

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

coderstm/laravel-installer
==========================

Laravel web installer

v2.4(1y ago)03.0kMITPHPPHP ^8.2

Since Jun 1Pushed 1y agoCompare

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

READMEChangelog (10)Dependencies (8)Versions (17)Used By (0)

coderstm/laravel-installer
==========================

[](#coderstmlaravel-installer)

[![Total Downloads](https://camo.githubusercontent.com/b9ecab3fd54af1eb8c97538792ce180d39fdcef3f1e44a53298ff4f94cd1d008/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64657273746d2f6c61726176656c2d696e7374616c6c6572)](https://packagist.org/packages/coderstm/laravel-installer)[![Latest Stable Version](https://camo.githubusercontent.com/fa4fda19185d7152b48cd5e389de443d4cabf327c1ba3af43bb731700ea3fae0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64657273746d2f6c61726176656c2d696e7374616c6c6572)](https://packagist.org/packages/coderstm/laravel-installer)[![License](https://camo.githubusercontent.com/d75029b1acce5465d56082dd0a62a993fe6e56b2ec8a68be3517805e7ba4228e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f64657273746d2f6c61726176656c2d696e7374616c6c6572)](https://packagist.org/packages/coderstm/laravel-installer)

- [coderstm/laravel-installer](#coderstmlaravel-installer)
    - [About](#about)
    - [Requirements](#requirements)
    - [Installation](#installation)
    - [Routes](#routes)
    - [Usage](#usage)

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+](https://laravel.com/docs/installation)

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require coderstm/laravel-installer
```

2. Register the package

- Laravel 5.5 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.
- Laravel 5.4 and below Register the package with laravel in `config/app.php` under `providers` with the following:

```
	'providers' => [
	    Coderstm\LaravelInstaller\Providers\LaravelInstallerServiceProvider::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 --tag=installer-config
    php artisan vendor:publish --tag=installer-lang
    php artisan vendor:publish --tag=installer-assets
```

Routes
------

[](#routes)

- `/install`
- `/update`

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 abort to the 404 page.
- **Update Route Notes**

    - In order to update your application, go to the `/update` route and follow the instructions.
    - The `/update` routes countes how many migration files exist in the `/database/migrations` folder and compares that count against the migrations table. If the files count is greater then the `/update` route will render, otherwise, the page will abort to the 404 page.
- Additional Files and folders published to your project :

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance46

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 54.7% 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 ~44 days

Recently: every ~116 days

Total

16

Last Release

417d ago

Major Versions

v1.91 → v2.02023-12-16

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

v1.1PHP ^8.1

v2.4PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/46da5f4e665d1259bc6a008c5919968518ff86da888a2a65a17e7f93900f8d19?d=identicon)[Dipak Sarkar](/maintainers/Dipak%20Sarkar)

---

Top Contributors

[![rashidlaasri](https://avatars.githubusercontent.com/u/36804104?v=4)](https://github.com/rashidlaasri "rashidlaasri (127 commits)")[![dipaksarkar](https://avatars.githubusercontent.com/u/33681276?v=4)](https://github.com/dipaksarkar "dipaksarkar (30 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (11 commits)")[![alanpilloud](https://avatars.githubusercontent.com/u/3446547?v=4)](https://github.com/alanpilloud "alanpilloud (10 commits)")[![sasin91](https://avatars.githubusercontent.com/u/808722?v=4)](https://github.com/sasin91 "sasin91 (6 commits)")[![UksusoFF](https://avatars.githubusercontent.com/u/1931442?v=4)](https://github.com/UksusoFF "UksusoFF (5 commits)")[![dongilbert](https://avatars.githubusercontent.com/u/718028?v=4)](https://github.com/dongilbert "dongilbert (5 commits)")[![shawndibble](https://avatars.githubusercontent.com/u/1980293?v=4)](https://github.com/shawndibble "shawndibble (4 commits)")[![fauzipadlaw](https://avatars.githubusercontent.com/u/15975922?v=4)](https://github.com/fauzipadlaw "fauzipadlaw (4 commits)")[![spoonwep](https://avatars.githubusercontent.com/u/4607506?v=4)](https://github.com/spoonwep "spoonwep (3 commits)")[![acamilleri](https://avatars.githubusercontent.com/u/7473485?v=4)](https://github.com/acamilleri "acamilleri (2 commits)")[![MadMikeyB](https://avatars.githubusercontent.com/u/831828?v=4)](https://github.com/MadMikeyB "MadMikeyB (2 commits)")[![MaizerGomes](https://avatars.githubusercontent.com/u/10864249?v=4)](https://github.com/MaizerGomes "MaizerGomes (2 commits)")[![OzanKurt](https://avatars.githubusercontent.com/u/8682003?v=4)](https://github.com/OzanKurt "OzanKurt (2 commits)")[![pricop](https://avatars.githubusercontent.com/u/920945?v=4)](https://github.com/pricop "pricop (2 commits)")[![salihkiraz](https://avatars.githubusercontent.com/u/7440402?v=4)](https://github.com/salihkiraz "salihkiraz (2 commits)")[![tabuna](https://avatars.githubusercontent.com/u/5102591?v=4)](https://github.com/tabuna "tabuna (2 commits)")[![vanrestual](https://avatars.githubusercontent.com/u/38799119?v=4)](https://github.com/vanrestual "vanrestual (1 commits)")[![mehrancodes](https://avatars.githubusercontent.com/u/7046255?v=4)](https://github.com/mehrancodes "mehrancodes (1 commits)")[![rigelk](https://avatars.githubusercontent.com/u/6329880?v=4)](https://github.com/rigelk "rigelk (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/coderstm-laravel-installer/health.svg)](https://phpackages.com/packages/coderstm-laravel-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)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[illuminate/pipeline

The Illuminate Pipeline package.

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

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)

PHPackages © 2026

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