yourockwork/yii2-blog-module

Blog for yii2. Не поддерживается

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:yii2-extension

v1.0.0 2019-10-02 08:28 UTC

This package is auto-updated.

Last update: 2024-09-29 05:42:28 UTC


README

Blog for yii2. Не поддерживается

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yourockwork/yii2-blog-module "*"

or add

"yourockwork/yii2-blog-module": "*"

to the require section of your composer.json file.

Usage

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

<?= \yourockwork\blog\AutoloadExample::widget(); ?>```