lavoiesl / jquery-bundle
此包已被废弃,不再维护。未建议替代包。
Symfony jQuery Bundle
v1.7.2
2012-04-14 14:27 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: 2.*
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(),
// ...
);
}
许可证
有关许可证信息,请参阅所包含文件的源代码。