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
Requires
- php: >=7.1
- stijnhau/zf-forum: dev-master@dev
- zendframework/zendframework: ~3
- zf-commons/zfc-admin: >=0.3.1
Requires (Dev)
- phpunit/phpunit: >=3.7,<4
- squizlabs/php_codesniffer: 1.4.*
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
- Add
stijnhau/zf2-forum-admin
(versiondev-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 yourapplication.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]