cgsmith/yii2-user-views-bootstrap3
Composer 安装命令:
composer require cgsmith/yii2-user-views-bootstrap3
包简介
Bootstrap 3 views for cgsmith/yii2-user module
README 文档
README
Bootstrap3 view override for the cgsmith/yii2-user module.
This package provides Bootstrap3-styled views for the yii2-user module, maintaining compatibility with existing Bootstrap3 applications.
Installation
composer require cgsmith/yii2-user-views-bootstrap3
Configuration
Add the following to your application configuration:
// config/web.php 'modules' => [ 'user' => [ 'class' => \cgsmith\user\Module::class, 'viewPath' => '@vendor/cgsmith/yii2-user-views-bootstrap3/src/views', ], ]
Features
- Complete Bootstrap3 styling for all user management views
- Responsive design with Bootstrap3 grid system
- Form validation and error handling
- Compatible with Bootstrap3 themes
- Accessible markup with ARIA labels
Views Included
- Security: Login, logout forms
- Registration: Sign up, email confirmation, resend
- Settings: Account and profile management
- Recovery: Password reset flow
- Admin: User management interface
- Email Templates: HTML and text email layouts
Bootstrap3 Classes Used
.panel,.panel-default,.panel-heading,.panel-body.btn,.btn-primary,.btn-success,.btn-danger.form-horizontal,.form-control,.control-label.alert,.alert-warning,.alert-info.col-md-*,.col-sm-*grid system
Requirements
- PHP 7.4.0 or higher
- Yii2 framework
- yiisoft/yii2-bootstrap
- cgsmith/yii2-user module
License
BSD-3-Clause License. Please see License File for more information.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-27