https://github.com/kriptograf/yii2-simpleforum
https://github.com/kriptograf/yii2-simpleforum
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kriptograf/yii2-simpleforum
- Owner: kriptograf
- License: mit
- Created: 2016-12-05T18:37:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T13:18:57.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T13:50:36.789Z (over 1 year ago)
- Language: PHP
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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(); ?>```