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

ActiveLibrary[Framework](/categories/framework)

vectorcoder/laravel-installer
=============================

Rawal - Laravel web installer

413.2k↓25%2[1 issues](https://github.com/vectorcoder/laravel-installer/issues)PHP

Since Jun 23Pushed 1y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/110fb35f4e74c3792da9cda9583f4add186531d8723fd84566bcc089d0c8f049/687474703a2f2f706f7365722e707567782e6f72672f766563746f72636f6465722f6c61726176656c2d696e7374616c6c65722f76)](https://packagist.org/packages/vectorcoder/laravel-installer) [![Total Downloads](https://camo.githubusercontent.com/cf456ff06569831413218b3e42e2ace22ca0519f33eecf0607e2bbe9016e869a/687474703a2f2f706f7365722e707567782e6f72672f766563746f72636f6465722f6c61726176656c2d696e7374616c6c65722f646f776e6c6f616473)](https://packagist.org/packages/vectorcoder/laravel-installer) [![Latest Unstable Version](https://camo.githubusercontent.com/e98ebef37592052c72697751a657d8209ee7e4b561acf119d9db61da635006b8/687474703a2f2f706f7365722e707567782e6f72672f766563746f72636f6465722f6c61726176656c2d696e7374616c6c65722f762f756e737461626c65)](https://packagist.org/packages/vectorcoder/laravel-installer) [![License](https://camo.githubusercontent.com/ad7c14d6c308ed5718cccbacfd5d6c3cccea01adbefe89ef5104453d1a99fa2e/687474703a2f2f706f7365722e707567782e6f72672f766563746f72636f6465722f6c61726176656c2d696e7374616c6c65722f6c6963656e7365)](https://packagist.org/packages/vectorcoder/laravel-installer) [![PHP Version Require](https://camo.githubusercontent.com/496939d24a367ed0e4c852d43fbc704ab3c8dc54326167cd74a8b9adde0b6c52/687474703a2f2f706f7365722e707567782e6f72672f766563746f72636f6465722f6c61726176656c2d696e7374616c6c65722f726571756972652f706870)](https://packagist.org/packages/vectorcoder/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.

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

[](#requirements)

- [Laravel 6.0, or 7.0+](https://laravel.com/docs/installation)
- If you did not buy our items, then buy our items first:

**Laravel Ecommerce - Universal Ecommerce/Store Full Website with POS and Advanced CMS/Admin Panel**

-

**Rawal - Ionic Ecommerce Mobile Application Solution with PHP Laravel CMS and Point of Sale**

-

**Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS**

-

**Rawal - React Ecommerce Mobile Application Solution with PHP Laravel CMS and Point of Sale**

-

**Rawal - Flutter Ecommerce Mobile Application Solution with PHP Laravel CMS and Point of Sale**

-

**Flutter Delivery Solution Apps with Advance Website and CMS**

-

**React Native Delivery Solution with Advance Website and CMS**

-

**Ecommerce Solution with Delivery App For Grocery, Food, Pharmacy, Any Store / Laravel + Android Apps**

-

**Best Ecommerce Solution with Delivery App For Grocery, Food, Pharmacy, Any Stores / Laravel + IONIC5**

-

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require vectorcoder/rawal
```

2. Register the package

- Laravel 6.0 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.

```
	'providers' => [
	    Vectorcoder\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=laravelinstaller
```

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 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.
- 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.`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 .

Help
----

[](#help)

- Cannot figure it out? Need more help? [Laravel Installer by Themes-Coder](http://support.themes-coder.com/)

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

[](#screenshots)

[![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 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 5](https://camo.githubusercontent.com/596d1101439df2d2eeca15f6f032450840a1eefd982eea3a18af26d8f8d089bc/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f352d66696e616c2e6a7067)](https://camo.githubusercontent.com/596d1101439df2d2eeca15f6f032450840a1eefd982eea3a18af26d8f8d089bc/68747470733a2f2f73332d75732d776573742d322e616d617a6f6e6177732e636f6d2f6769746875622d70726f6a6563742d696d616765732f6c61726176656c2d696e7374616c6c65722f696e7374616c6c2f352d66696e616c2e6a7067)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance22

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e559cfb4c55b4e477e12c0983c12aa57732b7a086c6fb777ba2fe2ad6926e83?d=identicon)[mobileapps.vectorcoder](/maintainers/mobileapps.vectorcoder)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

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

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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