elyday/comment-server

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP Comment Server for Jekyll Blogs.

v0.2.0 2018-08-04 18:59 UTC

This package is auto-updated.

Last update: 2022-06-29 01:49:57 UTC


README

Build Status Total Downloads License Latest Stable Version Latest Unstable Version Scrutinizer Code Quality Code Coverage

This comment server was written using the PHP Microframework Lumen and is used to store, moderate and read comments.

Configuration

  1. To use the Comment Server you must first copy the file .env.example and rename it to .env.
  2. Then you have to specify a key for the app under APP_KEY (best with the head over the keyboard).
  3. Now you have to enter your database configuration in the DB_ section. This includes address, user name and password.
  4. With CAPTCHA_SECRET you now have to define a captcha. This must be answered or sent as soon as someone wants to write a comment.
  5. wip...