ceshi / yii2-ceshi
this is a ceshi
dev-master
2015-06-17 03:05 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-18 17:43:56 UTC
README
this is a ceshi
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ceshi/yii2-ceshi "*"
or add
"ceshi/yii2-ceshi": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \\leiqianghua\ceshi\AutoloadExample::widget(); ?>```