orchestra / installer
Orchestra Platform Installer
v5.2.0
2020-04-03 01:35 UTC
Requires
- php: >=7.2
- orchestra/contracts: ^5.0
Requires (Dev)
- orchestra/canvas: ^5.0
- orchestra/foundation: ^5.0
- orchestra/testing: ^5.0
This package is auto-updated.
Last update: 2026-06-05 22:22:22 UTC
README
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, ],