PHPackages                             appoets/default-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. appoets/default-installer

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

appoets/default-installer
=========================

Laravel 5.3 web installer

03781PHP

Since Nov 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/appoets/default-installer)[ Packagist](https://packagist.org/packages/appoets/default-installer)[ RSS](/packages/appoets-default-installer/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Default Installer for 5.\*
==================================

[](#laravel-default-installer-for-5)

This Setup wizard will help to install the laravel application in your system and No Coding knowledge just need to click the installa button

[![Total Downloads](https://camo.githubusercontent.com/13f21d644eea0967c6180ebe7e3729eeac09ed533c632cdfe9df1c98510908e6/68747470733a2f2f706f7365722e707567782e6f72672f6170706f6574732f64656661756c742d696e7374616c6c65722f642f746f74616c2e737667)](https://packagist.org/packages/appoets/default-installer)[![Latest Stable Version](https://camo.githubusercontent.com/3b79bb9dc3782f81dc83e49cbeb288eb3a80c1daf63fed60b264450e1801b886/68747470733a2f2f706f7365722e707567782e6f72672f6170706f6574732f64656661756c742d696e7374616c6c65722f762f737461626c652e737667)](https://packagist.org/packages/appoets/default-installer)[![License](https://camo.githubusercontent.com/e911bccf7e00bbbecfb2eeab4fe69ceff9b496f89702f32b435e62b801bdf07a/68747470733a2f2f706f7365722e707567782e6f72672f6170706f6574732f64656661756c742d696e7374616c6c65722f6c6963656e73652e737667)](https://packagist.org/packages/appoets/default-installer)

The current features are :

```
- It will Check For Server Requirements.
- It will Check For Folders Permissions.
- Has the Ability to set database information.
- It will Migrate The Database.
- It will Seed The Tables.
- Finally it will redirect to home page

```

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

[](#installation)

First, pull in the package through Composer.

```
composer require "appoets/default-installer":"dev-master"

```

After that, include the service provider within `config/app.php`.

```
'providers' => [
    Appoets\DefaultInstaller\Providers\DefaultInstallerServiceProvider::class,
];

```

Usage
-----

[](#usage)

Before using this package you need to run this command to publish the vendor files :

```
php artisan vendor:publish --provider="Appoets\DefaultInstaller\Providers\DefaultInstallerServiceProvider"

```

Happy Coding :)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfbef51d7b39335afb0a8b8f39766b51a3cfcd02d1f74b964f8f649a660698d0?d=identicon)[yokesharun](/maintainers/yokesharun)

![](https://avatars.githubusercontent.com/u/4071946?v=4)[Sidharth Raja](/maintainers/Sidharth)[@sidharth](https://github.com/sidharth)

---

Top Contributors

[![yokesharun](https://avatars.githubusercontent.com/u/12830078?v=4)](https://github.com/yokesharun "yokesharun (16 commits)")

---

Tags

environmentlaravellaravel-package

### Embed Badge

![Health badge](/badges/appoets-default-installer/health.svg)

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

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

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

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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