PHPackages                             postboxcms/laravelinstaller - 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. postboxcms/laravelinstaller

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

postboxcms/laravelinstaller
===========================

An installation wizard for Laravel apps

v1.0(5y ago)4222MITBladePHP ^7.3 || ^8.0

Since May 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/postboxcms/laravelinstaller)[ Packagist](https://packagist.org/packages/postboxcms/laravelinstaller)[ RSS](/packages/postboxcms-laravelinstaller/feed)WikiDiscussions main Synced 4d ago

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

Laravel Installer
=================

[](#laravel-installer)

Laravel installer is an independent plugin to generate an installation wizard for your laravel application.

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

[](#installation)

### Download the package

[](#download-the-package)

Enter the root folder of your project in terminal and run:

```
composer require postboxcms/laravelinstaller
```

### Publish assets

[](#publish-assets)

To publish the assets run the following command:

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

### Add service provider

[](#add-service-provider)

Edit `config/app.php` and add the following line under `'providers'` array:

```
Postbox\LaravelInstaller\LaravelInstallerProvider::class
```

### Add middleware

[](#add-middleware)

Edit `app/Http/Kernel.php` and add the following to `$middleware` array:

```
\Postbox\LaravelInstaller\Middleware\VerifyInstallation::class
```

### Laravel preconfiguration

[](#laravel-preconfiguration)

To avoid the string length error while migrations being re-run edit `app/Providers/AppServiceProvider.php` and make a few changes to it.

1. On top of the file add the `Schema` facade: ```
    use Illuminate\Support\Facades\Schema;
    ```
2. In the `boot()` function add the following line: ```
    Schema::defaultStringLength(191);
    ```

Now run your application using `php artisan serve` or through the url and enjoy.

### Credits

[](#credits)

Laravel installer was created by [Sanket Raut](https://twitter.com/sanketmraut) as an aid to help generate an installation wizard for laravel apps

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

1837d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/616aa17e44f414c1be2d9ac38f0865ff4fa2b46ea645dc233ec8f81a402436a4?d=identicon)[sanketraut](/maintainers/sanketraut)

![](https://avatars.githubusercontent.com/u/59737213?v=4)[Postbox](/maintainers/postboxcms)[@postboxcms](https://github.com/postboxcms)

### Embed Badge

![Health badge](/badges/postboxcms-laravelinstaller/health.svg)

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

###  Alternatives

[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

4743.5k10](/packages/phel-lang-phel-lang)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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