elyday / comment-server
A PHP Comment Server for Jekyll Blogs.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.1.3
- auth0/auth0-php: 5.1.1
- barryvdh/laravel-cors: ^0.11.0
- barryvdh/laravel-ide-helper: v2.4.3
- doctrine/dbal: 2.3.5
- laravel/lumen-framework: 5.6.*
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2022-06-29 01:49:57 UTC
README
This comment server was written using the PHP Microframework Lumen and is used to store, moderate and read comments.
Configuration
- To use the Comment Server you must first copy the file
.env.example
and rename it to.env
. - Then you have to specify a key for the app under
APP_KEY
(best with the head over the keyboard). - Now you have to enter your database configuration in the
DB_
section. This includes address, user name and password. - 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. - wip...