vihd14 / comments
Anax comments module.
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/vihd14/comments
Requires
- php: >=7.1
- anax/database: ^1.1
- anax/di: ^1.0
- anax/htmlform: ^1.0
This package is not auto-updated.
Last update: 2025-10-16 21:28:17 UTC
README
Anax comments module.
Usage
Short examples on how to use the module comments.
- Install by running
composer require vihd14/comments. - Copy the files in
config/routeto your own route folder. - Copy the content from
di.phpandroute.phpto add in your existing corresponding folders. - Copy
database.php, if you don't already have it. - Copy
data/db.sqlitefor the database. - Copy the
viewfolder to get all views.
Lastly, add "Vihd14\\": "src/" to your composer.json under autoload.
It should look something like this:
"autoload": {
"psr-4": {
"Anax\\": "src/",
"Vihd14\\": "src/"
}
}
License
This software carries a MIT license.
.
..: Copyright (c) 2018 Viktoria Haapaoja (viktoria.haa@hotmail.com)