Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 777 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 777 Bytes

Zf2ForumAdmin

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]