orchestra / theme-installer
Theme Installer for Orchestra Platform
Installs: 2 106
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 1
Open Issues: 1
Type:composer-plugin
Requires
- php: >=7.1
- composer-plugin-api: ^1.0.0
README
Theme Installer allows you to create easily install themes for Orchestra Platform.
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"