Orchestra Platform Installer
Orchestra Platform Installation Wizard as an extension.
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, ],