claudejanz / yii2-moment
moment.js 的资源加载器
v1.0
2017-11-13 18:18 UTC
Requires
- php: >=5.4.0
- bower-asset/moment: >=2.9
- yiisoft/yii2: *
- yiisoft/yii2-jui: *
This package is auto-updated.
Last update: 2024-09-11 19:04:36 UTC
README
一个简单的Asset加载器,用于加载 moment.js,[点击访问官网](https://moment.js.cn/)
安装
安装此扩展的首选方法是通过 composer。
运行以下命令:
php composer.phar require --prefer-dist claudejanz/yii2-moment "*"
或者在您的 composer.json 文件的 require 部分添加:
"claudejanz/yii2-moment": "*"
使用方法
安装扩展后,您可以在视图中通过以下方式使用它:
use claudejanz\yii2moment\MomentAsset MomentAsset::register($this->view);