cj / comment
Anax comments module.
1.0.4
2017-10-09 10:21 UTC
Requires
- php: >=5.6
- anax/common: ^1.0
- anax/database: ^1.0
- anax/di: ^1.0
- anax/htmlform: ^1.0
This package is not auto-updated.
Last update: 2025-03-30 07:35:55 UTC
README
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)