Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.24 KB

Orchestra Platform Installer

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,
],