PHPackages                             ynievespuntonetsurl/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. [CLI &amp; Console](/categories/cli)
4. /
5. ynievespuntonetsurl/laravel-installer

ActiveLibrary[CLI &amp; Console](/categories/cli)

ynievespuntonetsurl/laravel-installer
=====================================

Laravel Web Installer | A Web Installer

v1.0.0(3y ago)018MITPHPPHP &gt;=7.0.0

Since Jan 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/YnievesPuntoNetSURL/laravel-installer)[ Packagist](https://packagist.org/packages/ynievespuntonetsurl/laravel-installer)[ RSS](/packages/ynievespuntonetsurl-laravel-installer/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/b601b0b1685a56322087467d8f32a985373ceef8556bf231edc7337a06edd5e7/687474703a2f2f706f7365722e707567782e6f72672f796e696576657370756e746f6e65747375726c2f6c61726176656c2d696e7374616c6c65722f76)](https://packagist.org/packages/ynievespuntonetsurl/laravel-installer)[![Total Downloads](https://camo.githubusercontent.com/ca14a52b311066fd47475e94c8ca8ff51e79ff1e1aea040308c1572df4d9d340/687474703a2f2f706f7365722e707567782e6f72672f796e696576657370756e746f6e65747375726c2f6c61726176656c2d696e7374616c6c65722f646f776e6c6f616473)](https://packagist.org/packages/ynievespuntonetsurl/laravel-installer)[![Latest Unstable Version](https://camo.githubusercontent.com/21fd8acea19bcfaf7625165b4091e2d3f2ccfa69e134cc5854afefb405b7df56/687474703a2f2f706f7365722e707567782e6f72672f796e696576657370756e746f6e65747375726c2f6c61726176656c2d696e7374616c6c65722f762f756e737461626c65)](https://packagist.org/packages/ynievespuntonetsurl/laravel-installer)[![License](https://camo.githubusercontent.com/0038cc2dc6344f14de7c5bf5b14e2907dd96c192b37827af89022ea3f118830b/687474703a2f2f706f7365722e707567782e6f72672f796e696576657370756e746f6e65747375726c2f6c61726176656c2d696e7374616c6c65722f6c6963656e7365)](https://packagist.org/packages/ynievespuntonetsurl/laravel-installer)[![PHP Version Require](https://camo.githubusercontent.com/0bf1b92fa665366733bf174113eda9bf383b4b9df1d42c10c604ed50de98badf/687474703a2f2f706f7365722e707567782e6f72672f796e696576657370756e746f6e65747375726c2f6c61726176656c2d696e7374616c6c65722f726571756972652f706870)](https://packagist.org/packages/ynievespuntonetsurl/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:

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

[](#installation)

### 1. From your projects root folder in terminal run

[](#1-from-your-projects-root-folder-in-terminal-run)

```
    composer require ynievespuntonetsurl/laravel-installer
```

### 2. Register the package

[](#2-register-the-package)

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

```
 'providers' => [
    YnievesPuntoNetSURL\LaravelInstaller\Providers\LaravelInstallerServiceProvider::class,
  ];
```

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

[](#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 YnievesPuntoNet S.U.R.L](https://www.ynieves.net/contact)

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

[](#screenshots)

[![Laravel web installer | Step 1](./assets/1-welcome.jpg)](./assets/1-welcome.jpg)[![Laravel web installer | Step 2](./assets/2-requirements.jpg)](./assets/2-requirements.jpg)[![Laravel web installer | Step 3](./assets/3-permissions.jpg)](./assets/3-permissions.jpg)[![Laravel web installer | Step 4 Wizard 1](./assets/4b-environment-wizard-1.jpg)](./assets/4b-environment-wizard-1.jpg)[![Laravel web installer | Step 4 Wizard 2](./assets/4b-environment-wizard-2.jpg)](./assets/4b-environment-wizard-2.jpg)[![Laravel web installer | Step 5](./assets/5-final.jpg)](./assets/5-final.jpg)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

1260d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ffe2891aaa81d6219cab739594dbf7d0bf8e790feedec56354745e14343c0b8?d=identicon)[YnievesPuntoNet S.U.R.L.](/maintainers/YnievesPuntoNet%20S.U.R.L.)

---

Top Contributors

[![YnievesDotNet](https://avatars.githubusercontent.com/u/1451485?v=4)](https://github.com/YnievesDotNet "YnievesDotNet (1 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)[thettler/laravel-console-toolkit

This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.

324.1k](/packages/thettler-laravel-console-toolkit)

PHPackages © 2026

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