This package is abandoned and no longer maintained. No replacement package was suggested.

Admin module for the Colibri platform

Installs: 38

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:colibri-extension

v1.0.3 2018-11-21 15:02 UTC

This package is auto-updated.

Last update: 2020-12-23 16:14:08 UTC


README

Admin module for Colibri based applications

Features

Installation

Run the following command to install :

composer require colibri-platform/admin

Configuration

Add following lines to your main configuration file:

'modules' => [
    'admin' => [
        'class' => 'colibri\admin\Module',
    ],
],
'bootstrap' => [
    'admin'
]