ara / comment
Comment module for Anax framework.
dev-master
2021-07-15 14:44 UTC
Requires
- php: >=5.6
- anax/database: ^1.1
- anax/di: ^1.0
- anax/request: ^1.0
- anax/response: ^1.0
- anax/session: ^1.0
- anax/textfilter: ^1.0
- anax/view: ^1.0
- lrc-se/anax-repository: ^1.1
This package is auto-updated.
Last update: 2024-10-15 21:40:24 UTC
README
Anax comment module.
Requirements
In order to use this module you need an Anax framework environment and database setup.
Installation
Install the module with the following command:
composer require ara/comment
Setup in Anax environment
Run the following command to automatically setup the module in your Anax installation (assumes a normal Anax project structure):
make install-module module=ara/comment
The setup adds example pages and views that can be reached in the browser via the path /comment
.
The comment functionality can now be showed under /comment/1
and /comment/2
.
License
This software carries a MIT license.
.
..: Copyright (c) 2018