schanihbg / comment
Anax comment module.
v1.0.1
2018-06-20 09:41 UTC
Requires
- php: >=7.1
- anax/database: ^1.1
- anax/di: ^1.0
- anax/htmlform: ^1.1
This package is not auto-updated.
Last update: 2025-03-30 08:21:47 UTC
README
Anax comment module.
Usage
Short examples on how to use the module comment.
- Install via
composer require schanihbg/comment
- Copy
route
folder fromsetup
toconfig
folder. - Insert changes from PHP files in
setup
to corresponding PHP files inconfig
. - Copy content in
view
folder to correspondingview
folder. - Modify
config/database.php
for connection to database. - Import
ramverk1_comment.sql
anduser.sql
to database. - Create user and change admin flag if needed in database.
Requirements
I have tested with these components:
MariaDB 10.3
PHP 7.2.2
Apache 2.4.33
License
This software carries a MIT license.
.
..: Copyright (c) 2018 Simon H (sihu12@student.bth.se)