claudejanz / yii2-toolbox
Toolbox for yii2 with multiple widgets for my projects
Installs: 153
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/bootstrap-datetimepicker: *
- claudejanz/yii2-moment: *
- kartik-v/yii2-helpers: *
- kartik-v/yii2-widgets: *
- yiisoft/yii2-bootstrap: *
README
This is my project toolbox
Features
- Display Widgets: MySortable, BootstrapPortlet, Alerts
- Input Widgets: PublishWidget, BooleanWidget, CssClassWidget
- Ajax Modal with Pjax refresh Widgets: AjaxButton, AjaxModal, AjaxModalButton, AjaxSubmit
- Model Behaviors: MultilingualBehavior, PublishBehavior, OnlyBehavior, FileBehavior, AutoSlugBehavior
- Controller Action: SortableAction
- Controller Behaviors: PageBehavior
- Components: Request
- Commands: ClearController, RbacController
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist claudejanz/yii2-toolbox "*"
or add
"claudejanz/yii2-toolbox": "*"
to the require section of your composer.json
file.