Zf2ForumAdmin
Note
This module is currently under heavy development., (*1)
Introduction
Admin module for Zf2Forum, (*2)
Installation
Using composer
- Add
stijnhau/zf2-forum-admin (version dev-master) to requirements
- Run
update command on composer
- enable it in your
application.config.php file.
Manually
- Clone this project into your
./vendor/ directory and enable it in your
application.config.php file.
- Add the mysql.sql file to your database
- Add the rest oif the data folder to your data folder
Requires
- PHP >= 5.3.0
- stijnhau/zf2-forum = dev-master
Features
- Adding and editing categories.[TODO]
- Adding and editing of messages.[TODO]
- Moving topic to other categorie.[TODO]
- Remove Topic[Todo]