agprasha /
Jajal
dev-master
2018-07-24 14:14 UTC
Requires
- yiisoft/yii2: *
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(); ?>```