orchestra / studio
Code Generator for Orchestra Platform
Installs: 13 480
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 1
Open Issues: 0
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, ],