Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 406 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 406 Bytes

AdminTpl

A Yii2's adminTpl based on Metronic4.5.6.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zongpeilei/yii2-metronic4.5.6 "*"

or add

"zongpeilei/yii2-metronic4.5.6": "*"

to the require section of your composer.json file.

Usage