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

ActiveLibrary

zorgcc/laravel-installer
========================

Laravel web installer

1.0.9(1y ago)1156MITPHPPHP &gt;=8.0.0

Since Jul 18Pushed 1y agoCompare

[ Source](https://github.com/ZorgCC/LaravelInstaller)[ Packagist](https://packagist.org/packages/zorgcc/laravel-installer)[ Fund](https://rachidlaasri.com)[ Fund](https://twitter.com/rashidlaasri)[ RSS](/packages/zorgcc-laravel-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (12)Used By (0)

Laravel Web Installer | A Web Installer [Package](https://packagist.org/packages/haozi-team/laravel-installer)
==============================================================================================================

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

[![Total Downloads](https://camo.githubusercontent.com/3a1b53713476e074760b637a464c124dd442e8985b18a614fceaae077a10a833/68747470733a2f2f706f7365722e707567782e6f72672f68616f7a692d7465616d2f6c61726176656c2d696e7374616c6c65722f642f746f74616c2e737667)](https://packagist.org/packages/haozi-team/laravel-installer)[![Latest Stable Version](https://camo.githubusercontent.com/5eed3364295e1121562f9fd3f20d06584cabd05509b05addf6ae5c7a7b027cf3/68747470733a2f2f706f7365722e707567782e6f72672f68616f7a692d7465616d2f6c61726176656c2d696e7374616c6c65722f762f737461626c652e737667)](https://packagist.org/packages/haozi-team/laravel-installer)[![License](https://camo.githubusercontent.com/755f7d67dce900453d23b8b0cf51ce60fd42b62e73d5b8e3ba628fd36f42892d/68747470733a2f2f706f7365722e707567782e6f72672f68616f7a692d7465616d2f6c61726176656c2d696e7374616c6c65722f6c6963656e73652e737667)](https://packagist.org/packages/haozi-team/laravel-installer)

- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)
- [Routes](#routes)
- [Usage](#usage)
- [Contributing](#contributing)
- [Help](#help)
- [Screenshots](#screenshots)
- [Changelog](#changelog)

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 or run other artisan commands.

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

[](#requirements)

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

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

[](#installation)

1. From your projects root folder in terminal run:
2.

```
    composer require haozi-team/laravel-installer
```

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

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

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.`public/installer/assets`This folder contains a css folder and inside of it you will find a `main.css` file, this file is responsible for the styling of your installer, you can overide 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.`lang/zh-CN/installer_messages.php`This file holds all the messages/text, currently only English and Simplified Chinese 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 .

Help
----

[](#help)

- Cannot figure it out? Need more help? Here is a video tutorial: [Laravel Installer by Devdojo](https://www.youtube.com/watch?v=Jput5doFYLg)

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

[](#screenshots)

###### Installer

[](#installer)

[![Laravel web installer | Step 1](https://camo.githubusercontent.com/3ccd7fa90a3cb17dbbb14b5ae3d6c563e3cb05f7de28607061b2167298910f93/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f312d77656c636f6d652e6a7067)](https://camo.githubusercontent.com/3ccd7fa90a3cb17dbbb14b5ae3d6c563e3cb05f7de28607061b2167298910f93/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f312d77656c636f6d652e6a7067)[![Laravel web installer | Step 2](https://camo.githubusercontent.com/f5f84906c8208b211a8639900b934b0139df17085f13db4f73bd5f027f3703ac/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f322d726571756972656d656e74732e6a7067)](https://camo.githubusercontent.com/f5f84906c8208b211a8639900b934b0139df17085f13db4f73bd5f027f3703ac/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f322d726571756972656d656e74732e6a7067)[![Laravel web installer | Step 3](https://camo.githubusercontent.com/f8bb9355b3d5ceae23e6750ca8a256d7a82be53af33677cbab88bd21ca0f9f96/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f332d7065726d697373696f6e732e6a7067)](https://camo.githubusercontent.com/f8bb9355b3d5ceae23e6750ca8a256d7a82be53af33677cbab88bd21ca0f9f96/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f332d7065726d697373696f6e732e6a7067)[![Laravel web installer | Step 4 Menu](https://camo.githubusercontent.com/d2fe49083da10bf377ab66a0d581e17316704f8f67dbcec4e001920e3062825b/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f342d656e7669726f6e6d656e742e6a7067)](https://camo.githubusercontent.com/d2fe49083da10bf377ab66a0d581e17316704f8f67dbcec4e001920e3062825b/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f342d656e7669726f6e6d656e742e6a7067)[![Laravel web installer | Step 4 Classic](https://camo.githubusercontent.com/76dd52f265bd083aedaee8222590b582c2d3b99dd4aa949fafc41e12c5cce29f/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34612d656e7669726f6e6d656e742d636c61737369632e6a7067)](https://camo.githubusercontent.com/76dd52f265bd083aedaee8222590b582c2d3b99dd4aa949fafc41e12c5cce29f/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34612d656e7669726f6e6d656e742d636c61737369632e6a7067)[![Laravel web installer | Step 4 Wizard 1](https://camo.githubusercontent.com/03e526783a1ac0c5c0c26c7531cc08c0d3eca9a70ed3b191259d483ee5e2d772/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34622d656e7669726f6e6d656e742d77697a6172642d312e6a7067)](https://camo.githubusercontent.com/03e526783a1ac0c5c0c26c7531cc08c0d3eca9a70ed3b191259d483ee5e2d772/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34622d656e7669726f6e6d656e742d77697a6172642d312e6a7067)[![Laravel web installer | Step 4 Wizard 2](https://camo.githubusercontent.com/ac17b507bdad564a8703107a91b01487dcf7c5db033647724d018252ac994d70/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34622d656e7669726f6e6d656e742d77697a6172642d322e6a7067)](https://camo.githubusercontent.com/ac17b507bdad564a8703107a91b01487dcf7c5db033647724d018252ac994d70/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34622d656e7669726f6e6d656e742d77697a6172642d322e6a7067)[![Laravel web installer | Step 4 Wizard 3](https://camo.githubusercontent.com/3d148c36b095cfde1f1395ba5d31e516f998893ca15d9db7a77dbf14004acaed/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34622d656e7669726f6e6d656e742d77697a6172642d332e6a7067)](https://camo.githubusercontent.com/3d148c36b095cfde1f1395ba5d31e516f998893ca15d9db7a77dbf14004acaed/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f34622d656e7669726f6e6d656e742d77697a6172642d332e6a7067)[![Laravel web installer | Step 5](https://camo.githubusercontent.com/596d1101439df2d2eeca15f6f032450840a1eefd982eea3a18af26d8f8d089bc/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f352d66696e616c2e6a7067)](https://camo.githubusercontent.com/596d1101439df2d2eeca15f6f032450840a1eefd982eea3a18af26d8f8d089bc/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f352d66696e616c2e6a7067)

###### 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)

### Changelog

[](#changelog)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance48

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.9% 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 ~30 days

Recently: every ~14 days

Total

10

Last Release

387d ago

### Community

Maintainers

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

---

Top Contributors

[![rashidlaasri](https://avatars.githubusercontent.com/u/36804104?v=4)](https://github.com/rashidlaasri "rashidlaasri (127 commits)")[![h2zi](https://avatars.githubusercontent.com/u/5967335?v=4)](https://github.com/h2zi "h2zi (15 commits)")[![bbrody](https://avatars.githubusercontent.com/u/12697951?v=4)](https://github.com/bbrody "bbrody (11 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)")[![dongilbert](https://avatars.githubusercontent.com/u/718028?v=4)](https://github.com/dongilbert "dongilbert (5 commits)")[![UksusoFF](https://avatars.githubusercontent.com/u/1931442?v=4)](https://github.com/UksusoFF "UksusoFF (5 commits)")[![fauzipadlaw](https://avatars.githubusercontent.com/u/15975922?v=4)](https://github.com/fauzipadlaw "fauzipadlaw (4 commits)")[![shawndibble](https://avatars.githubusercontent.com/u/1980293?v=4)](https://github.com/shawndibble "shawndibble (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)")[![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)")

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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