stijnhau/zf-forum-admin

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Admin fmodule for zfForum

dev-master 2019-02-20 21:11 UTC

This package is not auto-updated.

Last update: 2021-07-24 10:11:40 UTC


README

Note

This module is currently under heavy development.

Introduction

Admin module for Zf2Forum

Installation

Using composer

  1. Add stijnhau/zf2-forum-admin (version dev-master) to requirements
  2. Run update command on composer
  3. enable it in your application.config.php file.

Manually

  1. Clone this project into your ./vendor/ directory and enable it in your application.config.php file.
  2. Add the mysql.sql file to your database
  3. Add the rest oif the data folder to your data folder

Requires

  1. PHP >= 5.3.0
  2. stijnhau/zf2-forum = dev-master

Features

  1. Adding and editing categories.[TODO]
  2. Adding and editing of messages.[TODO]
  3. Moving topic to other categorie.[TODO]
  4. Remove Topic[Todo]