wolfguard/yii2-block Yii2 module for HTML blocks editing

modulehtmlblocks

HTML blocks

Yii2 module for HTML blocks editing

Installation

The preferred way to install this extension is through composer.

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

<?php return [
    ...
    'modules' => [
        ...
        'block' => [
            'class' => 'wolfguard\block\Module',
        ],
        ...
    ],
    ...
];

Usage

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

<?= \wolfguard\block\widgets\Block::widget(['code' => 'about']); ?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v0.1.1 is the latest of 2 releases



BSD-3-Clause license
Stats
1 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
534 total downloads