hasandotprayoga / mngfile
v1.0.1
2018-07-24 04:38 UTC
This package is not auto-updated.
Last update: 2024-09-22 01:12:07 UTC
README
无描述
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist hasandotprayoga/mngfile "*"
或者在您的 composer.json 文件的 require 部分添加
"hasandotprayoga/mngfile": "*"
。
使用方法
扩展安装完成后,只需在您的代码中使用它即可
<?= \mngfile\core\AutoloadExample::widget(); ?>```