Skip to content

yii2-composer/yii2-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base

simple way to use base things

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist liyifei/yii2-base "*"

or add

"liyifei/yii2-base": "*"

to the require section of your composer.json file.

Usage

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

<?= \liyifei\base\AutoloadExample::widget(); ?>```