https://github.com/phpffcms/ffcms-forum
FFCMS official forum package for 3.0 version
https://github.com/phpffcms/ffcms-forum
app ffcms forum mvc php
Last synced: 2 months ago
JSON representation
FFCMS official forum package for 3.0 version
- Host: GitHub
- URL: https://github.com/phpffcms/ffcms-forum
- Owner: phpffcms
- License: mit
- Created: 2016-09-02T15:31:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T15:37:34.000Z (almost 8 years ago)
- Last Synced: 2024-11-28T17:09:01.523Z (7 months ago)
- Topics: app, ffcms, forum, mvc, php
- Language: PHP
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFCMS forum engine
Official simple forum engine for FFCMS 3.0 version. This software provide a basic forum solutions for ffcms.
You can install forum using composer:
```
composer require phpffcms/ffcms-forum 1.0.*@stable
```
or add this in section "require" of composer.json:
```
"phpffcms/ffcms-forum": "1.0.*@stable"
```
More info about this extension you can get in ffcms extensions directory.