victoire / text-widget
此包已被放弃且不再维护。未建议替代包。
Victoire文本小部件
2.0.5
2017-05-22 20:27 UTC
Requires
- victoire/victoire: ~2.3 | ~3.0
README
Victoire Text Bundle
此包的用途是什么
此包为您提供对文本小部件的访问。
设置Victoire
如果您还没有设置Victoire,可以按照以下步骤操作这里
安装包
php composer.phar require victoire/text-widget
提醒
不要忘记在您的AppKernel中添加此包!
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\TextBundle\VictoireWidgetTextBundle(),
);
return $bundles;
}
}