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