swops / core
核心项目
0.0.1
2018-08-03 16:26 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-23 18:48:06 UTC
README
核心项目
安装
安装此扩展的首选方式是通过 Composer。
运行以下命令之一:
php composer.phar require --prefer-dist swops/core "*"
或者将以下内容添加到你的 composer.json
文件的 require 部分:
"swops/core": "*"
to the require section of your composer.json
file.
使用方法
一旦安装了扩展,只需在你的代码中通过
<?= \swops\core\AutoloadExample::widget(); ?>```