2017 © Pedro Peláez
 

library zf-forum-admin

image

stijnhau/zf-forum-admin

  • Saturday, June 17, 2017
  • by stijnhau
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Zf2ForumAdmin

Note

This module is currently under heavy development., (*1)

Introduction

Admin module for Zf2Forum, (*2)

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]

The Versions