ivanleshh/yii2-blog

Blog module for yii2

Maintainers

Package info

github.com/ivanleshh/yii2-blog

Type:yii2-extension

pkg:composer/ivanleshh/yii2-blog

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2024-06-03 14:13 UTC

This package is auto-updated.

Last update: 2026-03-29 01:29:04 UTC


README

Blog module for yii2

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"ivanleshh/yii2-blog": "*"

to the require section of your composer.json file.

Usage

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

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