friendsofvictoire/connect-widget
Composer 安装命令:
composer require friendsofvictoire/connect-widget
包简介
Victoire Connect widget
README 文档
README
GET STARTED
Need to add a login form in a victoire cms website ?
First you need to have a valid Symfony Victoire edition. Then you just have to run the following composer command :
php composer.phar require friendsofvictoire/connect-widget
Declare your widget in your AppKernel:
new Victoire\Widget\ConnectBundle\VictoireWidgetConnectBundle(),
Add routes in app\config\routing.yml
victoire_widget_connect: resource: "@VictoireWidgetConnectBundle/Resources/config/routing.yml"
Widget Connect use some style and js, you can use Assetic Injector or include manually the assets.
Then you just need to have ROLE_VICTOIRE_DEVELOPER and add this widget.
BASIC OPTIONS
redirect_url: string - Redirect to this url after success login.
form_login: boolean - Display or Hide the form login.
MENU
统计信息
- 总下载量: 419
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-06