friendsofvictoire/snake-widget
Composer 安装命令:
composer require friendsofvictoire/snake-widget
包简介
Victoire DCMS social buttons widget
README 文档
README
Snake Bundle provide a basics ordered list widget
First you need to have a valid Symfony2 Victoire edition. Then you just have to run the following composer command :
php composer.phar require friendsofvictoire/snake-widget
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel { public function registerBundles() { $bundles = array( ... new Victoire\Widget\TimelineBundle\VictoireWidgetSnakeBundle(), ); return $bundles; } }
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-23