Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 694 Bytes

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