PHPackages                             bjornvanschie/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bjornvanschie/laravel-installer

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

bjornvanschie/laravel-installer
===============================

Laravel web installer

4.1.1(6y ago)069MITPHPPHP &gt;=7.0.0

Since Jul 7Pushed 6y agoCompare

[ Source](https://github.com/BjornvanSchie/LaravelInstaller)[ Packagist](https://packagist.org/packages/bjornvanschie/laravel-installer)[ RSS](/packages/bjornvanschie-laravel-installer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (1)Versions (30)Used By (0)

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

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

[![Total Downloads](https://camo.githubusercontent.com/b573ebd822325d01fc009650efcb80c4156c1b48452fdb817b71dad756c3ff36/68747470733a2f2f706f7365722e707567782e6f72672f7261636869646c61617372692f6c61726176656c2d696e7374616c6c65722f642f746f74616c2e737667)](https://packagist.org/packages/rachidlaasri/laravel-installer)[![Latest Stable Version](https://camo.githubusercontent.com/ce481d33f02fb504b73c09b08c37df1fa9b3ef3ece9a464770caa0375c37b18c/68747470733a2f2f706f7365722e707567782e6f72672f7261636869646c61617372692f6c61726176656c2d696e7374616c6c65722f762f737461626c652e737667)](https://packagist.org/packages/rachidlaasri/laravel-installer)[![License](https://camo.githubusercontent.com/cfc29854b18d9672720cd49d6fcdf56b849d655dc4d3ad8ac0afc2af3b9a94ad/68747470733a2f2f706f7365722e707567782e6f72672f7261636869646c61617372692f6c61726176656c2d696e7374616c6c65722f6c6963656e73652e737667)](https://packagist.org/packages/rachidlaasri/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 5.1, 5.2, 5.3, 5.4, or 5.5+](https://laravel.com/docs/installation)

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require rachidlaasri/laravel-installer
```

2. Register the package

- Laravel 5.5 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.
- Laravel 5.4 and below Register the package with laravel in `config/app.php` under `providers` with the following:

```
	'providers' => [
	    RachidLaasri\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`
- `/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.`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? 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)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 58.1% 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 ~51 days

Recently: every ~1 days

Total

29

Last Release

2521d ago

Major Versions

1.6 → 2.02017-05-24

2.1 → 3.02017-07-17

3.2.1 → 4.0.02018-03-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/045d9b1661d454649ed38a4ab10ced8f0ed00145f9f2bfdec0fc17ed3e5698ec?d=identicon)[BjornvanSchie](/maintainers/BjornvanSchie)

---

Top Contributors

[![rashidlaasri](https://avatars.githubusercontent.com/u/36804104?v=4)](https://github.com/rashidlaasri "rashidlaasri (111 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (11 commits)")[![BjornvanSchie](https://avatars.githubusercontent.com/u/17641671?v=4)](https://github.com/BjornvanSchie "BjornvanSchie (10 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)")[![shawndibble](https://avatars.githubusercontent.com/u/1980293?v=4)](https://github.com/shawndibble "shawndibble (4 commits)")[![fauzipadlaw](https://avatars.githubusercontent.com/u/15975922?v=4)](https://github.com/fauzipadlaw "fauzipadlaw (4 commits)")[![spoonwep](https://avatars.githubusercontent.com/u/4607506?v=4)](https://github.com/spoonwep "spoonwep (3 commits)")[![tabuna](https://avatars.githubusercontent.com/u/5102591?v=4)](https://github.com/tabuna "tabuna (2 commits)")[![MaizerGomes](https://avatars.githubusercontent.com/u/10864249?v=4)](https://github.com/MaizerGomes "MaizerGomes (2 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)")[![OzanKurt](https://avatars.githubusercontent.com/u/8682003?v=4)](https://github.com/OzanKurt "OzanKurt (2 commits)")[![salihkiraz](https://avatars.githubusercontent.com/u/7440402?v=4)](https://github.com/salihkiraz "salihkiraz (2 commits)")[![wenderpmachado](https://avatars.githubusercontent.com/u/9468604?v=4)](https://github.com/wenderpmachado "wenderpmachado (1 commits)")[![dabenzel](https://avatars.githubusercontent.com/u/2480235?v=4)](https://github.com/dabenzel "dabenzel (1 commits)")[![juan-cortes](https://avatars.githubusercontent.com/u/4631227?v=4)](https://github.com/juan-cortes "juan-cortes (1 commits)")[![judantus](https://avatars.githubusercontent.com/u/7925853?v=4)](https://github.com/judantus "judantus (1 commits)")[![kerrongordon](https://avatars.githubusercontent.com/u/6483157?v=4)](https://github.com/kerrongordon "kerrongordon (1 commits)")

### Embed Badge

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

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

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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