powerkernel/yii-faq

Yii FAQ module

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:yii-module

pkg:composer/powerkernel/yii-faq

dev-master 2018-08-01 06:36 UTC

This package is auto-updated.

Last update: 2025-09-17 00:30:02 UTC


README

Prerequisites

Installation

The preferred way to install this extension is through composer. Either run

composer require powerkernel/yii-faq "@dev"

or add

"powerkernel/yii-faq": "@dev"

to the require section of your composer.json file

DB Migration

Run in /bin directory

php yii mongodb-migrate --migrationPath=@vendor/powerkernel/yii-faq/src/migrations --migrationCollection=faq_migration

API Documentation

View on Postman