An open API service indexing awesome lists of open source software.

https://github.com/kriptograf/yii2-simpleforum


https://github.com/kriptograf/yii2-simpleforum

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Simple forum extension for Yii2
===============================
This extension will add a simple forum with minimal efforts.

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist ivan/yii2-simpleforum "*"
```

or add

```
"ivan/yii2-simpleforum": "*"
```

to the require section of your `composer.json` file.

Usage
-----

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

```php
= \ivan\simpleforum\AutoloadExample::widget(); ?>```