stadline/js-extension-bundle
最新稳定版本:1.1.2
Composer 安装命令:
composer require stadline/js-extension-bundle
包简介
A collection of JS tools
README 文档
README
-
Add JsExtensionBundle to your dependencies:
// composer.json { // ... "require": { // ... "stadline/js-extension-bundle": "~1.0" } } -
Use Composer to download and install JsExtensionBundle:
$ php composer.phar update stadline/js-extension-bundle -
Register the bundle in your application:
// app/AppKernel.php class AppKernel extends Kernel { // ... public function registerBundles() { $bundles = array( // ... new StadLine\JsExtensionBundle\StadLineJsExtensionBundle(), ); } }
统计信息
- 总下载量: 10.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-13