orchestra / control
Control Extension for Orchestra Platform
v5.0.0
2020-03-29 03:43 UTC
Requires
- php: >=7.2
- orchestra/contracts: ^5.0
- orchestra/extension: ^5.0
- orchestra/support: ^5.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- orchestra/foundation: ^5.0
- phpunit/phpunit: ^8.4
This package is auto-updated.
Last update: 2026-06-19 00:49:32 UTC
README
Official Administration Add-on Extension for Orchestra Platform that provide support for:
- Role Based Access Control Management.
- Theme Manager.
- Timezone Support.
Installation
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.
Quick Installation
Above installation can also be simplify by using the following command:
composer require "orchestra/control"
Setup
To start using Control, activate the extension from Orchestra Platform Administrator Interface.