comment-server

comment-server

A PHP Comment Server for Jekyll Blogs

PHP Comment Server

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...