PHPackages                             wolfguard/yii2-block - 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. wolfguard/yii2-block

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

wolfguard/yii2-block
====================

Yii2 module for HTML blocks editing

v0.1.1(11y ago)15551BSD-3-ClausePHP

Since Dec 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/wolfguarder/yii2-block)[ Packagist](https://packagist.org/packages/wolfguard/yii2-block)[ RSS](/packages/wolfguard-yii2-block/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (1)

HTML blocks
===========

[](#html-blocks)

Yii2 module for HTML blocks editing

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist wolfguard/yii2-block "*"

```

or add

```
"wolfguard/yii2-block": "*"

```

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

After running

```
php composer.phar update

```

run

```
yii migrate --migrationPath=@vendor/wolfguard/yii2-block/migrations

```

After that change your main configuration file `config/web.php`

```
