cgsmith / yii2-user-views-bootstrap3
Bootstrap 3 views for cgsmith/yii2-user module
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
pkg:composer/cgsmith/yii2-user-views-bootstrap3
Requires
- php: >=7.4.0
- yiisoft/yii2-bootstrap: ^2.0
Requires (Dev)
- phpstan/phpstan: ^1.0
This package is auto-updated.
Last update: 2026-01-27 18:02:01 UTC
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.