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

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

minasyans/installer
===================

Laravel web installer

v1.0(5y ago)12MITPHP

Since May 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Minasyans/installer)[ Packagist](https://packagist.org/packages/minasyans/installer)[ Docs](https://github.com/minasyans/installer)[ RSS](/packages/minasyans-installer/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel Web Installer
=====================

[](#laravel-web-installer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/866f3de2c4bae9243ccc25f4106703cfa401f83ec2a4b3d6b1c3d6d5fc154dfe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696e617379616e732f696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/minasyans/installer)[![Total Downloads](https://camo.githubusercontent.com/948aef5276ed7f4fcf5f1acf9f287e5fc4a254c98de79df3309049f98fdc16fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d696e617379616e732f696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/minasyans/installer)[![Build Status](https://camo.githubusercontent.com/b3bf70fd86cc4f84f39540819e483725508cd953be5362946978d03133035461/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d696e617379616e732f696e7374616c6c65722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/minasyans/installer)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)
- [Routes](#routes)
- [Usage](#usage)
- [Contributing](#contributing)
- [Help](#help)
- [Screenshots](#screenshots)
- [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 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 5.5+](https://laravel.com/docs/installation)

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

[](#installation)

Via Composer

```
$ composer require minasyans/installer
```

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 :

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 cotaines the default requirements for a basic Laravel app.`resources/views/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.`resources/lang/en/installer_messages.php`This file holds all the messages/text, currently only English is available, if your application is in another language, you can copy/past it in your language folder and modify it the way you want.Contributing
------------

[](#contributing)

- If you have any suggestions please let me know : .
- Please help us provide more languages for this awesome package please send a pull request .

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [RachidLaasri Installer](https://github.com/rashidlaasri/LaravelInstaller)
- [RazorMeister](https://github.com/RazorMeister/laravel-installer)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

23

—

LowBetter than 26% 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

1865d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelinstaller

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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