zero2k/comment

Zero2k comment module.

v1.1.1 2018-05-24 17:06 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:25:26 UTC


README

Latest Stable Version Build Status Build Status Code Coverage Scrutinizer Code Quality

Anax comment module.

Usage

Install with composer

composer require zero2k/comment

Configure and Integrate the module

cp vendor/zero2k/comment/config/route2/* config/route2
cp vendor/zero2k/comment/config/database.php config/ (optional if you already have a database connection)
cp vendor/zero2k/comment/view/* view/
Integrate the following code into you own installation (don't just copy the files with cp)
vendor/zero2k/comment/config/di.php to config/di.php
vendor/zero2k/comment/config/route2.php to config/route2.php
vendor/zero2k/comment/config/route2/comment.php config/route2/*

License

This software carries a MIT license.

 .  
..:  Copyright (c) 2018 Viktor Bengtsson (vibe16@student.bth.se)