dev-master
9999999-dev https://bitbucket.org/muhammads92/yii2-blockYii2 module for HTML blocks editing
BSD-3-Clause
The Requires
by Muhammad Samadov
yii2 html module blocks
Yii2 module for HTML blocks editing
Yii2 module for HTML blocks editing, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist muhammads92/yii2-block "*"
or add, (*4)
"muhammads92/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/muhammads92/yii2-block/migrations
After that change your main configuration file config/web.php
, (*8)
<?php return [ ... 'modules' => [ ... 'block' => [ 'class' => 'muhammads92\block\Module', ], ... ], ... ];
Unzip ajexFileManager.zip inner to root folder (its for basic-app), (*9)
Once the extension is installed, simply use it in your code by :, (*10)
<?= \muhammads92\block\widgets\Block::widget(['code' => 'about']); ?>
Yii2 module for HTML blocks editing
BSD-3-Clause
yii2 html module blocks