phkl16 / comment
Anax comment module.
Requires
- php: >=5.6
- anax/configure: ^1.0
- anax/database: ^1.1
- anax/di: ^1.0
- anax/htmlform: ^1.0
- anax/page: ^1.0
- anax/request: ^1.0
- anax/response: ^1.0
- anax/router: ^1.0
- anax/session: ^1.0
- anax/textfilter: ^1.0
- anax/url: ^1.0
- anax/view: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
phkl16 Comment module
Install
Install using composer and then integrate the module with your Anax installation.
Install with composer
composer require phkl16/comment
Router files
rsync -av vendor/phkl16/comment/config/route2/comment.php config/route2 rsync -av vendor/phkl16/comment/config/route2/userController.php config/route2
You need to include the router file in your router configuration config/route.php. There is a sample you can use in vendor/phkl16/comment/config/route2.php.
View files
rsync -av vendor/phkl16/comment/view/* view/
DI services
You need to add the services di configuration config/di.php. There is a sample you can use in vendor/phkl16/comment/config/di.php.
Database
You need to have a database config file. There is a sample you can use under vendor/phkl16/config/database.php You will also need to build upp your database, you can find sample files for the tables under vendor/phkl16/sql
License
This software carries a MIT license.
.
..: Copyright (c) 2017 Philip Klingzell (philip.klingzell@gmail.com)