giicms/yii2-forum

Yii2 Forum

Installs: 110

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/giicms/yii2-forum

dev-master 2016-05-06 10:07 UTC

This package is not auto-updated.

Last update: 2025-11-01 00:00:30 UTC


README

Forum

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "giicms/yii2-forum" "dev-master"

or add

"giicms/yii2-forum": "dev-master"

to the require section of your application's composer.json file.

Usage Example

 'modules' => [
        'forum' => [
            'class' => 'giicms\forum\Module',
        ],
  ],