orchestra / installer
Orchestra Platform Installer
Fund package maintenance!
Liberapay
paypal.me/crynobone
Installs: 57 819
Dependents: 5
Suggesters: 1
Security: 0
Stars: 3
Watchers: 4
Forks: 3
Open Issues: 0
Requires
- php: >=7.2
- orchestra/contracts: ^5.0
Requires (Dev)
- orchestra/canvas: ^5.0
- orchestra/foundation: ^5.0
- orchestra/testing: ^5.0
- dev-master / 6.0.x-dev
- 5.x-dev
- v5.2.0
- v5.1.0
- v5.0.0
- 4.x-dev
- v4.3.1
- v4.3.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.0
- 3.8.x-dev
- v3.8.3
- v3.8.2
- v3.8.1
- v3.8.0
- 3.7.x-dev
- v3.7.0
- 3.6.x-dev
- v3.6.0
- 3.5.x-dev
- v3.5.0
- v3.5.0-BETA1
- 3.4.x-dev
- v3.4.0
- 3.3.x-dev
- v3.3.1
- v3.3.0
- 3.2.x-dev
- v3.2.2
- v3.2.1
- v3.2.0
- 3.1.x-dev
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.2
- v3.0.1
- v3.0.0
This package is auto-updated.
Last update: 2024-11-05 18:44:16 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, ],