orchestra / studio
This package is abandoned and no longer maintained.
No replacement package was suggested.
Code Generator for Orchestra Platform
v3.3.0-BETA1
2016-08-13 10:46 UTC
Requires
- php: >=5.6.0
- orchestra/support: ~3.3.0
Requires (Dev)
- illuminate/console: ~5.3.0
- illuminate/filesystem: ~5.3.0
- league/flysystem: ~1.0
- mockery/mockery: ^0.9.4
Suggests
- wikimedia/composer-merge-plugin: Add workbench support for Orchestra Platform (~1.1).
This package is auto-updated.
Last update: 2023-10-26 06:13:55 UTC
README
Table of Content
Installation
To install through composer, simply put the following in your composer.json file:
{
"require": {
"orchestra/studio": "~3.0"
}
}
And then run composer install from the terminal.
Quick Installation
Above installation can also be simplify by using the following command:
composer require "orchestra/studio=~3.0"
Configuration
Add following service providers in config/app.php.
'providers' => [ // ... Orchestra\Studio\StudioServiceProvider::class, ],