lavoiesl/jquery-bundle

此包已被废弃,不再维护。未建议替代包。

Symfony jQuery Bundle

安装: 72

依赖者: 0

建议者: 0

安全性: 0

星星: 1

关注者: 2

分支: 0

语言:JavaScript

类型:symfony-bundle

v1.7.2 2012-04-14 14:27 UTC

This package is not auto-updated.

Last update: 2022-07-18 08:52:11 UTC


README

当前版本

jQuery 1.7.2 jQuery UI 1.8.21

安装

在您的 composer.json 中添加包

{
    "require": {
        "lavoiesl/jquery-bundle": "*"
    }
}

将包添加到您的应用程序内核

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new LavoieSl\jQueryBundle\LavoieSljQueryBundle(),
        // ...
    );
}

许可证

有关许可证信息,请参阅所包含文件的源代码。

引用