orchestra/theme-installer

Theme Installer for Orchestra Platform

Installs: 2 102

Dependents: 2

Suggesters: 0

Security: 0

Stars: 6

Watchers: 4

Forks: 1

Open Issues: 1

Type:composer-plugin

v1.1.0 2018-09-13 14:11 UTC

This package is auto-updated.

Last update: 2024-03-25 22:13:44 UTC


README

Theme Installer allows you to create easily install themes for Orchestra Platform.

Latest Stable Version Total Downloads Latest Unstable Version License

Table of Content

Installation

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

{
    "require": {
        "orchestra/theme-installer": "^1.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/theme-installer=^1.0"