orchestra/installer

Orchestra Platform Installer

Fund package maintenance!
Liberapay
paypal.me/crynobone

Installs: 57 983

Dependents: 5

Suggesters: 1

Security: 0

Stars: 3

Watchers: 2

Forks: 3

Open Issues: 0

pkg:composer/orchestra/installer

v5.2.0 2020-04-03 01:35 UTC

README

Orchestra Platform Installation Wizard as an extension.

tests Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Installation

To install through composer by using the following command:

composer require "orchestra/installer"

Configuration

Add following service providers in config/app.php.

'providers' => [

    // ...

    Orchestra\Installation\InstallerServiceProvider::class,
],