Official Administration Add-on Extension for Orchestra Platform that provide support for:
- Role Based Access Control Management.
- Theme Manager.
- Timezone Support.
To install through composer, simply put the following in your composer.json
file:
{
"require": {
"orchestra/control": "^6.0"
}
}
And then run composer install
from the terminal.
Above installation can also be simplify by using the following command:
composer require "orchestra/control"
To start using Control, activate the extension from Orchestra Platform Administrator Interface.