friendsofvictoire / slider-widget
此包已被放弃且不再维护。未建议替代包。
Victoire DCMS 滑动小部件
3.0.4
2018-06-07 09:39 UTC
Requires
- php: >=5.5.9
- friendsofvictoire/listing-widget: ~2
- symfony/framework-bundle: ~2.8|~3.0
- victoire/victoire: ~2.3|~3.0
This package is not auto-updated.
Last update: 2021-12-21 22:43:14 UTC
README
##本捆绑包的用途是什么
此捆绑包为您提供访问滑动小部件的权限,该小部件可以将滑动功能集成到您的网站上。您可以选择Slick和Bootstrap之间的滑动风格。
##设置Victoire
如果您尚未设置,可以按照以下步骤在此处设置Victoire
##安装捆绑包
php composer.phar require friendsofvictoire/slider-widget
此捆绑包需要安装列表捆绑包*
###提醒
别忘了将捆绑包添加到您的AppKernel中!
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\SliderBundle\VictoireWidgetSliderBundle(),
);
return $bundles;
}
}