orchestra / theme-installer
Theme Installer for Orchestra Platform
Package info
github.com/orchestral/theme-installer
Type:composer-plugin
pkg:composer/orchestra/theme-installer
v1.1.0
2018-09-13 14:11 UTC
Requires
- php: >=7.1
- composer-plugin-api: ^1.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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"