cj/comment

Anax comments module.

1.0.4 2017-10-09 10:21 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:34:49 UTC


README

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

Anax comment module.

Requirements

Have previous knowledge on how to use the anax framework. Have a scaffolded or otherwise functioning instance of the anax framework.

Install

You can install the module by using composer.

composer require cj/comment

post-install settings

Get api documentation
rsync -av vendor/cj/comment/content/documentation.md content/documentation.md
Copy the routefile
rsync -av vendor/cj/comment/config/route/comments.php config/route

Add the comments route to your route config file. Se sample in

vendor/cj/comment/config/route.php
Add dependencies to DI-container

Add the dependencies to your di config file. Se sample in

vendor/cj/comment/config/di.php

License

This software carries a MIT license.

 .  
..:  Copyright (c) 2017 Christofer Jungberg (christofer.jungberg@gmail.com)