PHPackages                             minasyans/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. [Framework](/categories/framework)
4. /
5. minasyans/laravel-installer

ActiveLibrary[Framework](/categories/framework)

minasyans/laravel-installer
===========================

Laravel web installer

v0.1.2(4y ago)5151MITBlade

Since Dec 20Pushed 4y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

LaravelInstaller
================

[](#laravelinstaller)

[![Latest Stable Version](https://camo.githubusercontent.com/9824b097882013c63e21a0ad6fbc43d6e344425805f06a1067c161de9d881ce6/68747470733a2f2f706f7365722e707567782e6f72672f6d696e617379616e732f6c61726176656c2d696e7374616c6c65722f762f737461626c652e737667)](https://packagist.org/packages/minasyans/laravel-installer)[![Total Downloads](https://camo.githubusercontent.com/e178f7d17c697154d15d735ce0c8932f308aeaded6c2d447017bad51eaccdcde/68747470733a2f2f706f7365722e707567782e6f72672f6d696e617379616e732f6c61726176656c2d696e7374616c6c65722f642f746f74616c2e737667)](https://packagist.org/packages/minasyans/laravel-installer)[![License](https://camo.githubusercontent.com/82ee797bd414d7d3ca46db0a4c482304ccbf149a641c0c043c313049140e2b12/68747470733a2f2f706f7365722e707567782e6f72672f6d696e617379616e732f6c61726176656c2d696e7374616c6c65722f6c6963656e73652e737667)](https://packagist.org/packages/minasyans/laravel-installer)

- [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.
- Choose a starter kit. Available starters [Larastarters](https://github.com/LaravelDaily/Larastarters)

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

[](#requirements)

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

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

[](#installation)

Via Composer

```
$ composer require minasyans/laravel-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/laravel-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/laravel-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.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 .

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

[](#screenshots)

###### Installer

[](#installer)

[![Laravel web installer | Step 1](https://github.com/Minasyans/laravel-installer/raw/main/art/welcome.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/welcome.png)[![Laravel web installer | Step 2](https://github.com/Minasyans/laravel-installer/raw/main/art/requirements.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/requirements.png)[![Laravel web installer | Step 3](https://github.com/Minasyans/laravel-installer/raw/main/art/permissions.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/permissions.png)[![Laravel web installer | Step 4 Menu](https://github.com/Minasyans/laravel-installer/raw/main/art/configure-environment.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/configure-environment.png)[![Laravel web installer | Step 4 Classic](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-text.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-text.png)[![Laravel web installer | Step 4 Wizard 1](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-basics.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-basics.png)[![Laravel web installer | Step 4 Wizard 2](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-database.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-database.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-bcsq.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-bcsq.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-redis.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-redis.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-mail.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-mail.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-pusher.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-pusher.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-aws.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-aws.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-finished.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/environment-application-finished.png)[![Laravel web installer | Step 4 Wizard 3](https://github.com/Minasyans/laravel-installer/raw/main/art/starter-kits.png)](https://github.com/Minasyans/laravel-installer/raw/main/art/starter-kits.png)

###### Updater

[](#updater)

[![Laravel web updater | Step 1](https://camo.githubusercontent.com/7f04535639540835a198b4856396a356e3e69eeb2452c2004f71f23e202f13ab/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f7570646174652f312d77656c636f6d652e6a7067)](https://camo.githubusercontent.com/7f04535639540835a198b4856396a356e3e69eeb2452c2004f71f23e202f13ab/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f7570646174652f312d77656c636f6d652e6a7067)[![Laravel web updater | Step 2](https://camo.githubusercontent.com/e955c55c703d1aaeb38e5ddf4b0a2d643e2aa7343e713d8286876f2f8543765a/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f7570646174652f322d757064617465732e6a7067)](https://camo.githubusercontent.com/e955c55c703d1aaeb38e5ddf4b0a2d643e2aa7343e713d8286876f2f8543765a/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f7570646174652f322d757064617465732e6a7067)[![Laravel web updater | Step 3](https://camo.githubusercontent.com/69a3007f73406453593d9837d139100cc2d4e0e2172b4daf52e8bd550e3c682f/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f7570646174652f332d66696e69736865642e6a7067)](https://camo.githubusercontent.com/69a3007f73406453593d9837d139100cc2d4e0e2172b4daf52e8bd550e3c682f/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f7570646174652f332d66696e69736865642e6a7067)

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)
- [LaravelDaily](https://github.com/LaravelDaily/Larastarters)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~1 days

Total

3

Last Release

1602d 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 (5 commits)")[![Minasyans](https://avatars.githubusercontent.com/u/77903177?v=4)](https://github.com/Minasyans "Minasyans (1 commits)")

---

Tags

installerlaravellaravel-installerlaravel-starter-kitstarter-kitsweb-installerlaravellaravelinstaller

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)

PHPackages © 2026

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