PHPackages                             jakabj16/yii2-bootstrap-confirmation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jakabj16/yii2-bootstrap-confirmation

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jakabj16/yii2-bootstrap-confirmation
====================================

Bootstrap plugin for on-place confirm boxes using Popover for Yii2

0.0.3(11y ago)089MITPHP

Since Mar 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jakabj16/yii2-bootstrap-confirmation)[ Packagist](https://packagist.org/packages/jakabj16/yii2-bootstrap-confirmation)[ Docs](https://github.com/uran1980/yii2-bootstrap-confirmation)[ RSS](/packages/jakabj16-yii2-bootstrap-confirmation/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (0)

Yii2 Boostrtap Confirmation
===========================

[](#yii2-boostrtap-confirmation)

Based on **[BootstrapConfirmation](http://mistic100.github.io/Bootstrap-Confirmation/)**.

What is Bootstrap Confirmation?
-------------------------------

[](#what-is-bootstrap-confirmation)

Bootstrap Confirmation - is Bootstrap plugin for on-place confirm boxes using Popover.

[![sshot-1](https://cloud.githubusercontent.com/assets/1616795/6599520/efa717fe-c812-11e4-9916-5e3e171c1f7c.png)](https://cloud.githubusercontent.com/assets/1616795/6599520/efa717fe-c812-11e4-9916-5e3e171c1f7c.png)

Installation
------------

[](#installation)

### Composer

[](#composer)

The preferred way to install this extension is through [Composer](http://getcomposer.org/).

Either run

```
php composer.phar require uran1980/yii2-bootstrap-confirmation "dev-master"

```

or add

```
"uran1980/yii2-bootstrap-confirmation": "dev-master"

```

to the require section of your `composer.json`

Usage
-----

[](#usage)

To use this component add dependency to you project asset bundle. For example in `...\frontend\assets\AppAsset.php` file add to dependency:

```
