friendsofvictoire / snake-widget
Victoire DCMS 社交按钮小部件
1.0.0
2017-02-23 13:24 UTC
Requires
- php: >=5.5.9
- symfony/framework-bundle: ~2.8|~3.0
- victoire/victoire: >=2.0.0
This package is not auto-updated.
Last update: 2024-09-15 02:19:28 UTC
README
Snake Bundle 提供一个基本的有序列表小部件
首先,您需要拥有有效的 Symfony2 Victoire 版本。然后,您只需运行以下 composer 命令
php composer.phar require friendsofvictoire/snake-widget
不要忘记将 bundle 添加到您的 AppKernel!
class AppKernel extends Kernel { public function registerBundles() { $bundles = array( ... new Victoire\Widget\TimelineBundle\VictoireWidgetSnakeBundle(), ); return $bundles; } }