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

README

Latest Stable Version Total Downloads MIT License Scrutinizer Quality Score

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,
],