yangguanghui / yii2-titan
创建您的 Yii2 应用程序最简单的方式,包含您所需的所有功能。
0.0.1
2016-07-28 11:32 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-08 06:22:18 UTC
README
创建您的 Yii2 应用程序最简单的方式,包含您所需的所有功能。
安装
安装此扩展的首选方式是通过 composer。
运行以下命令:
php composer.phar require --prefer-dist yangguanghui/yii2-titan "*"
或者在您的 composer.json
文件的 require 部分添加以下内容:
"yangguanghui/yii2-titan": "*"
to the require section of your composer.json
file.
使用方法
一旦安装了扩展,您只需在代码中使用它即可。
<?= \yangguanghui\titan\AutoloadExample::widget(); ?>```