powerkernel/yii-faq

Yii FAQ module

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

This package is auto-updated.

Last update: 2024-04-16 21:18:33 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