fractas/security-layouts
Composer 安装命令:
composer require fractas/security-layouts
包简介
SilverStripe module for fancier security layouts (login/lost password etc.)
README 文档
README
Overview
SilverStripe module for fancier security layouts (login, logout, lost password etc.) see Screenshoots to see how they look. Inspired by Bootstrap 4.
Note
This module overwrites couple of SilverStripe FormField templates in order to style checkbox and input fields.
Requirements
- SilverStripe CMS 4+
- SilverStripe Framework 4+
Version info
The master branch of this module is currently aiming for SilverStripe 4.x compatibility
SilverStripe 3.0+ compatible version
Installation & Usage
- Install via Composer
composer require "fractas/security-layouts" "2.0.x-dev" - Add to your config.yml file:
Fractas\SecurityForm\SecurityFormController: company_logo: 'path/to/logo.svg' # path to project or company logo, if not specified defaults to logo.png (SilverStripe logo) company_name: 'ACME' # name of company or project, if not specified defaults to SiteConfig Title company_link: 'http://www.example.com' # project or company link, if not specified defaults to Site's BaseHref
- Run flush=all in your browser
Screenshoots
Bugtracker
Bugs are tracked on github.com
Licence
See Licence
Credits
- logo.png by SilverStripe.org
统计信息
- 总下载量: 1.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-11-24




