tecnoready/yii2-admin-module

Admin module for Yii2 framework


License
BSD-3-Clause

Documentation

Yii2 admin module

This is under heavy development. Please do not use it in production!

Admin module inspired by Django admin. Interface using SB Admin template.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist sgdot/yii2-admin-module "*"

or add

"sgdot/yii2-admin-module": "*"

to the require section of your composer.json file.

Documentation