amilna/yii2-blog

Blogging module support for Yii2

Maintainers

👁 aaiyo

Package info

github.com/amilna/blog

Type:yii2-extension

pkg:composer/amilna/yii2-blog

Statistics

Installs: 499

Dependents: 1

Suggesters: 0

Stars: 11

Open Issues: 2

dev-master 2017-04-11 04:42 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 41c9e932337058f586f547848818f253f49df325

  • Satrio Arditama <iyo.woop@amilna.com>

blogextensionyii2

This package is not auto-updated.

Last update: 2026-06-21 02:24:21 UTC


README

Blogging module support for Yii2 (includes banner and gallery, support mysql and postgresql)

Installation

The preferred way to install this extension is through composer.

Since this package do not have stable release on packagist, you should use these settings in your composer.json file :

"minimum-stability": "dev",
"prefer-stable": true,
"repositories":[
		
		{
			"type": "vcs",
			"url": "https://github.com/aaiyo/yii2-kcfinder"
		}	
 ]

After, either run

php composer.phar require --prefer-dist amilna/yii2-blog "dev-master"

or add

"amilna/yii2-blog": "dev-master"

to the require section of your composer.json file.

run migration for database

./yii migrate --migrationPath=@amilna/blog/migrations

add in modules section of main config

	'gridview' => [
		'class' => 'kartik\grid\Module',
	],
	'blog' => [
		'class' => 'amilna\blog\Module',
		/* 'userClass' => 'dektrium\user\models\User', // example if use another user class */
	],

Usage

Once the extension is installed, check the url: [your application base url]/index.php/blog