orchestral / control by crynobone

Control Extension for Orchestra Platform
49,080
7
5
Package Data
Maintainer Username: crynobone
Maintainer Contact: crynobone@gmail.com (Mior Muhammad Zaki)
Package Create Date: 2013-05-02
Package Last Update: 2021-04-18
Home Page: https://packagist.org/packages/orchestra/control
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 15:00:56
Package Statistics
Total Downloads: 49,080
Monthly Downloads: 110
Daily Downloads: 3
Total Stars: 7
Total Watchers: 5
Total Forks: 8
Total Open Issues: 0

Control Extension

Official Administration Add-on Extension for Orchestra Platform that provide support for:

  • Role Based Access Control Management.
  • Theme Manager.
  • Timezone Support.

Build Status 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/control": "^3.5"
    }
}

And then run composer install from the terminal.

Quick Installation

Above installation can also be simplify by using the following command:

composer require "orchestra/control=^3.5"

Setup

To start using Control, activate the extension from Orchestra Platform Administrator Interface.