Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
/ optimize Public archive

[DEPRECATED] Optimize Component for Orchestra Platform

License

Notifications You must be signed in to change notification settings

orchestral/optimize

Repository files navigation

Optimize Component for Orchestra Platform

Join the chat at https://gitter.im/orchestral/platform

Optimization tool for Orchestra Platform, which work based on php artisan optimize.

Latest Stable Version Total Downloads MIT License Build Status Coverage Status Scrutinizer Quality Score

Table of Content

Installation

To install through composer, simply put the following in your composer.json file:

{
    "require": {
        "orchestra/optimize": "~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/optimize=~3.0"

Configuration

Add following service providers in config/app.php.

'providers' => [

    // ...

    Orchestra\Optimize\OptimizeServiceProvider::class,
],

About

[DEPRECATED] Optimize Component for Orchestra Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages