2017 © Pedro Peláez
 

library comments

Anax comments module.

image

andymartinj/comments

Anax comments module.

  • Tuesday, October 10, 2017
  • by andymartinj
  • Repository
  • 0 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Anax comments

Build Status Build Status Scrutinizer Code Quality Code Coverage, (*1)

Anax module for system for comments, (*2)

Installation

Install with composer

composer require andymartinj/comments

Copy view files

rsync -av vendor/andymartinj/comments/view/comments* view

The edit_comment.php view is necessary for editing comments. The comments.php is just for showing how you can add the comment section to a page., (*3)

Router files

rsync -av vendor/andymartinj/comments/config/route/comments.php config/route

You need to include the router file in your router configuration config/route.php. There is a sample you can use in vendor/andymartinj/comments/config/route.php., (*4)

DI services

You need to add the services di configuration config/di.php. There is a sample you can use in vendor/andymartinj/comments/config/di.php., (*5)

Database

The system uses a database to store comments. You can see the database structure in vendor/andymartinj/comments/data/comments.sqlite., (*6)

License

This software carries a MIT license., (*7)

 .  
..:  Copyright (c) 2017 Andre Johansson (anjd16@student.bth.se)

The Versions