orchestra/control

Control Extension for Orchestra Platform
51,143 7
Install
composer require orchestra/control
Latest Version:v5.0.0
PHP:^7.3 || ^8.0
License:MIT
Last Updated:Apr 18, 2021
Links: GitHub  ·  Packagist
Maintainer: crynobone

Control Extension

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

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

tests Latest Stable Version Total Downloads Latest Unstable Version License

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.

Related Packages

orchestra/view

View Component for Orchestra Platform

96,459 6
orchestra/authorization

Authorization Component for Orchestra Platform

59 1
orchestra/auth

Auth Component for Orchestra Platform

108,869 22
orchestra/extension

Extension Component for Orchestra Platform

97,718 4
orchestra/transporter

Migration Toolkit: Creating ORM Compatible Structure from Legacy Database

141 2