vihd14 / comments
Anax comments module.
1.0.5
2018-07-04 14:41 UTC
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-04-03 19:08:23 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/route
to your own route folder. - Copy the content from
di.php
androute.php
to add in your existing corresponding folders. - Copy
database.php
, if you don't already have it. - Copy
data/db.sqlite
for the database. - Copy the
view
folder 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)