PHPackages                             pacificsw/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. [Admin Panels](/categories/admin)
4. /
5. pacificsw/laravel-installer

ActiveLibrary[Admin Panels](/categories/admin)

pacificsw/laravel-installer
===========================

Laravel/FilamentPHP Web Installer

18PHP

Since Mar 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/prashant-shukla/laravel-installer)[ Packagist](https://packagist.org/packages/pacificsw/laravel-installer)[ RSS](/packages/pacificsw-laravel-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)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/3fef7a9db1d56e83177364ab3e7caacc08fb45a8715677e0198dc5b9e1a277ff/687474703a2f2f706f7365722e707567782e6f72672f7061636966696373772f6c61726176656c2d696e7374616c6c65722f76)](https://packagist.org/packages/pacificsw/laravel-installer) [![Total Downloads](https://camo.githubusercontent.com/f33deaaaa0d0535ec1123920f3283143520c31164a85f69b5847e7910b9e9266/687474703a2f2f706f7365722e707567782e6f72672f7061636966696373772f6c61726176656c2d696e7374616c6c65722f646f776e6c6f616473)](https://packagist.org/packages/pacificsw/laravel-installer) [![Latest Unstable Version](https://camo.githubusercontent.com/9b89c17caa0e0d3a5c32a390dbf4966135d9c169ed08d482877f2754926fb3a3/687474703a2f2f706f7365722e707567782e6f72672f7061636966696373772f6c61726176656c2d696e7374616c6c65722f762f756e737461626c65)](https://packagist.org/packages/pacificsw/laravel-installer) [![License](https://camo.githubusercontent.com/501adf9801349125302f2fed75cd10fcb74ebeaf4b35501da04303448a0e1b12/687474703a2f2f706f7365722e707567782e6f72672f7061636966696373772f6c61726176656c2d696e7374616c6c65722f6c6963656e7365)](https://packagist.org/packages/pacificsw/laravel-installer) [![PHP Version Require](https://camo.githubusercontent.com/a986e778eaa2e0f9ec5dc2179b0356ca7dbf72c3797148c1dd0101ac3661877d/687474703a2f2f706f7365722e707567782e6f72672f7061636966696373772f6c61726176656c2d696e7374616c6c65722f726571756972652f706870)](https://packagist.org/packages/pacificsw/laravel-installer)

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

[](#installation)

```
composer require pacificsw/laravel-installer
```

then publish the assets

```
php artisan vendor:publish --tag=laravel-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 `Pacificsw\WebInstaller\Concerns\StepContract` class. Eg:

```
