orchestra / control
Control Extension for Orchestra Platform
Fund package maintenance!
Liberapay
paypal.me/crynobone
Installs: 50 114
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 9
Open Issues: 0
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
- dev-master / 6.0.x-dev
- 5.x-dev
- v5.0.0
- 4.x-dev
- v4.1.0
- v4.0.0
- 3.8.x-dev
- v3.8.0
- 3.7.x-dev
- v3.7.0
- 3.6.x-dev
- v3.6.0
- 3.5.x-dev
- v3.5.0
- v3.5.0-BETA2
- v3.5.0-BETA1
- 3.4.x-dev
- v3.4.0
- 3.3.x-dev
- v3.3.0
- v3.2.1
- v3.2.0
- v3.2.0-BETA1
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
This package is auto-updated.
Last update: 2024-11-18 21:31:12 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.