PHPackages                             aelisvaddoriya/web-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. aelisvaddoriya/web-installer

ActiveLibrary[Framework](/categories/framework)

aelisvaddoriya/web-installer
============================

Laravel Web Installer

v1.0(2y ago)03MITPHP

Since Oct 5Pushed 2y agoCompare

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

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

Laravel Web Installer
=====================

[](#laravel-web-installer)

Laravel Web Installer is a Laravel package that allows you to install your application easily, without having to worry about setting up your environment before starting with the installation process.

[![Latest Stable Version](https://camo.githubusercontent.com/a35ca0ef7a7681a77d3b4f75a1a9b83cae2f9b922a713662094908d67ef0517b/687474703a2f2f706f7365722e707567782e6f72672f73686970752f7765622d696e7374616c6c65722f76)](https://packagist.org/packages/shipu/web-installer) [![Total Downloads](https://camo.githubusercontent.com/6d1ee5797b58eb69b1ce1af2c6f76933abdf98f5d8661285113ed127c6f8c68c/687474703a2f2f706f7365722e707567782e6f72672f73686970752f7765622d696e7374616c6c65722f646f776e6c6f616473)](https://packagist.org/packages/shipu/web-installer) [![Latest Unstable Version](https://camo.githubusercontent.com/ad0bb514771d04fea51a9c5aa75003d7e1a2c19daf568075a44b79315c4ae69d/687474703a2f2f706f7365722e707567782e6f72672f73686970752f7765622d696e7374616c6c65722f762f756e737461626c65)](https://packagist.org/packages/shipu/web-installer) [![License](https://camo.githubusercontent.com/a847eb9f76e218f0490959bb71361e652b531e64cfc0462824805bcf3cbe05b2/687474703a2f2f706f7365722e707567782e6f72672f73686970752f7765622d696e7374616c6c65722f6c6963656e7365)](https://packagist.org/packages/shipu/web-installer) [![PHP Version Require](https://camo.githubusercontent.com/afcd26867985831297d0a044b7e185429be57081ed9c5650bccca44418abb9c4/687474703a2f2f706f7365722e707567782e6f72672f73686970752f7765622d696e7374616c6c65722f726571756972652f706870)](https://packagist.org/packages/shipu/web-installer)

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

[](#installation)

```
composer require shipu/web-installer
```

then publish the assets

```
php artisan vendor:publish --tag=web-installer-assets
```

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

[](#screenshots)

[![Server Requirements](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_1.png)](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_1.png)

[![Folder Permissions](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_2.png)](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_2.png)

[![Environment](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_3.png)](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_3.png)

[![Application Settings](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_4.png)](https://raw.githubusercontent.com/Shipu/web-installer/master/screenshots/installer_4.png)

Add New Step
------------

[](#add-new-step)

You can add new step in installer. For this you have to create a new class and implement `Shipu\WebInstaller\Concerns\StepContract` class. Eg:

```
