Skip to content

luobenyu/yii2-athens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2 theme extension metronic

yii2 extension of metronic theme

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist lubaogui/yii2-athens "*"

or add

"lubaogui/yii2-athens": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \lubaogui\athens\AutoloadExample::widget(); ?>```