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

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

shaz3e/laravelinstaller
=======================

Laravel web installer

1.0.2(2y ago)0878MITPHPPHP &gt;=7.0.0

Since Jul 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Shaz3e/LaravelInstaller)[ Packagist](https://packagist.org/packages/shaz3e/laravelinstaller)[ Fund](https://rachidlaasri.com)[ Fund](https://twitter.com/rashidlaasri)[ RSS](/packages/shaz3e-laravelinstaller/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Laravel Web Installer | A Web Installer [Package](https://packagist.org/packages/shaz3e/laravelinstaller)
=========================================================================================================

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

All credit for this repository is for (rashidlaasri/LaravelInstaller)\[\] his sponsership will remain active to this repository always
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#all-credit-for-this-repository-is-for-rashidlaasrilaravelinstallerhttpsgithubcomrashidlaasrilaravelinstaller-his-sponsership-will-remain-active-to-this-repository-always)

[![Total Downloads](https://camo.githubusercontent.com/a0c2ecbf93c4a51b794c608e07c5990cc07d401856f192f84079a6700727e560/687474703a2f2f706f7365722e707567782e6f72672f7368617a33652f6c61726176656c696e7374616c6c65722f646f776e6c6f616473)](https://packagist.org/packages/shaz3e/laravelinstaller)[![Latest Stable Version](https://camo.githubusercontent.com/7165ae35d9ce5d0a5a1f9445c3c2f1035f54d9f9dca827fd05ec24347243a259/687474703a2f2f706f7365722e707567782e6f72672f7368617a33652f6c61726176656c696e7374616c6c65722f76)](https://packagist.org/packages/shaz3e/laravelinstaller)[![License](https://camo.githubusercontent.com/14c75503c68ae81bb42db3d46fc0ec99f0acd44868e2653815a43dfff7b5d7e9/687474703a2f2f706f7365722e707567782e6f72672f7368617a33652f6c61726176656c696e7374616c6c65722f6c6963656e7365)](https://packagist.org/packages/shaz3e/laravelinstaller)

- [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)
- [Tested on Laravel v10.10](https://laravel.com/docs/10.x)

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

[](#installation)

1. From your projects root folder in terminal run:

```
composer require shaz3e/laravelinstaller
```

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' => [
    Shaz3e\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!

Credit
------

[](#credit)

[Rashid Laasri](https://github.com/rashidlaasri/LaravelInstaller/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~73 days

Total

3

Last Release

869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55fa895f3ba767604ea0fc6cc1a6f7fc69e9fb73de02886a770fd75ab886fbbc?d=identicon)[Shaz3e](/maintainers/Shaz3e)

---

Top Contributors

[![Shaz3e](https://avatars.githubusercontent.com/u/526602?v=4)](https://github.com/Shaz3e "Shaz3e (31 commits)")

### Embed Badge

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

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

###  Alternatives

[slexx/laravel-webp

Detect webp support in laravel framework

104.6k](/packages/slexx-laravel-webp)

PHPackages © 2026

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