PHPackages                             alex290/yii2-bootstrap-editor - 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. alex290/yii2-bootstrap-editor

ActiveYii2-extension

alex290/yii2-bootstrap-editor
=============================

Bootstrap 4 editor text Area

055PHP

Since Feb 5Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Bootstrap 4 editor
==================

[](#bootstrap-4-editor)

Bootstrap 4 editor text Area

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist alex290/yii2-bootstrap-editor "*"

```

or add

```
"alex290/yii2-bootstrap-editor": "*"

```

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

Подключение
-----------

[](#подключение)

в файле `web.php` в папке `config`

вставить параметр

```
'modules' => [
    'bs4-editor' => [
        'class' => 'alex290\bootstrapEditor\Module',
    ],
],
```

Usage
-----

[](#usage)

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

```

```

Поле с классом `inputContent` - загружает Html - Bootstrap 4 верстку

```
