Jajal

安装: 12

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:yii2-extension

dev-master 2018-07-24 14:14 UTC

This package is not auto-updated.

Last update: 2024-09-20 03:18:10 UTC


README

Jajal

安装

安装此扩展的首选方式是通过composer

运行以下命令之一:

php composer.phar require --prefer-dist agprasha/yii2-example "*"

或者将以下内容添加到你的composer.json文件的require部分:

"agprasha/yii2-example": "*"

使用方法

扩展安装完成后,只需在你的代码中使用即可:

<?= \agprasha\example\AutoloadExample::widget(); ?>```