Download the PHP package antonyz89/yii2-mdbootstrap without Composer
On this page you can find all versions of the php package antonyz89/yii2-mdbootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-mdbootstrap
Yii2 - Material Design Bootstrap 5
Material Design Bootstrap 5 for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
- add
MDBootstrapPluginAsset::class
andMDBootstrapAsset::class
to yourAppAsset::class
i18n
add in common\config\main.php
Modal
- Close modal after submit
- Callback after submit
⚠️ IMPORTANT:
modal=1
is added to URL when submit is triggered on modal to ignore ajax validation requests and save your model successfully.data-callback
attribute is required even you don't wan't use a callback ( in this case usecallback=null
,data-callback=false
or something else ). This is because when an<a>
tag is clicked withdata-callback
attribute will add andata-ajax=1
on your form to do submit via ajax and close modal when you return{ success: true }
CREDITS
- UI components built with Material Design Bootstrap 5.
- Kartik enhanced Yii2's components
Support the project
- Star the repo
- Create issue report or feature request
All versions of yii2-mdbootstrap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
yiisoft/yii2 Version ^2.0.5
yiisoft/yii2-bootstrap4 Version ~2.0
npm-asset/mdb-ui-kit Version 6.4.2
antonyz89/yii2-templates Version *
kartik-v/yii2-grid Version *
kartik-v/yii2-datecontrol Version *
kartik-v/yii2-widget-activeform Version *
kartik-v/yii2-widget-select2 Version *
antonyz89/yii2-pagesize Version *
yiisoft/yii2 Version ^2.0.5
yiisoft/yii2-bootstrap4 Version ~2.0
npm-asset/mdb-ui-kit Version 6.4.2
antonyz89/yii2-templates Version *
kartik-v/yii2-grid Version *
kartik-v/yii2-datecontrol Version *
kartik-v/yii2-widget-activeform Version *
kartik-v/yii2-widget-select2 Version *
antonyz89/yii2-pagesize Version *
The package antonyz89/yii2-mdbootstrap contains the following files
Loading the files please wait ....