2017 © Pedro Peláez
 

yii2-extension yii2-block

Yii2 module for HTML blocks editing

image

wolfguard/yii2-block

Yii2 module for HTML blocks editing

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 108 % Grown

The README.md

HTML blocks

Yii2 module for HTML blocks editing, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"wolfguard/yii2-block": "*"

to the require section of your composer.json file., (*5)

After running, (*6)

php composer.phar update

run, (*7)

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

After that change your main configuration file config/web.php, (*8)

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

Usage

Once the extension is installed, simply use it in your code by :, (*9)

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

The Versions

28/12 2014

dev-master

9999999-dev

Yii2 module for HTML blocks editing

  Sources   Download

BSD-3-Clause

The Requires

 

by Ivan Fedyaev

yii2 html module blocks

28/12 2014

v0.1.1

0.1.1.0

Yii2 module for HTML blocks editing

  Sources   Download

BSD-3-Clause

The Requires

 

by Ivan Fedyaev

yii2 html module blocks

28/12 2014

v0.1.0

0.1.0.0

Yii2 module for HTML blocks editing

  Sources   Download

BSD-3-Clause

The Requires

 

by Ivan Fedyaev

yii2 html module blocks