PHPackages                             error500/yii2-bootstrap-vue - 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. error500/yii2-bootstrap-vue

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

error500/yii2-bootstrap-vue
===========================

Replace for yii2-bootstrap

0.0.2(4y ago)02652GPL-3.0PHPPHP &gt;=5.6

Since Mar 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/error-500/yii2-bootstrap-vue)[ Packagist](https://packagist.org/packages/error500/yii2-bootstrap-vue)[ RSS](/packages/error500-yii2-bootstrap-vue/feed)WikiDiscussions main Synced today

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

Yii2 Bootstrap Vue
==================

[](#yii2-bootstrap-vue)

Replace for yii2-bootstrap

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist error500/yii2-bootstrap-vue "*"

```

or add

```
"error500/yii2-bootstrap-vue": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

- Add vueApp component to config of your web application

```
    componets => [
        ...
        'vueApp' => [
            'class' => 'yii\bootstrap_vue\VueObject',
        ],
        ...
    ]
```

Add VueAsset in view

```
    VueAsset::register($this);
```

Use widget

```
