guni12 / comment
Anax comment module.
v1.0.10
2017-10-22 19:10 UTC
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
- mos/cimage: ^0.7.19
- symfony/yaml: ^3.3
README
(Anax) guni12 comment module.
Install
Install using composer and then integrate the module with your Anax installation.
Install with composer
composer require guni12/comment
Router files
rsync -av vendor/guni12/comment/config/route/commController.php config/route
DI services
Add the services di configuration.
Make sure you have the directory config/di
rsync -a vendor/guni12/comment/config/di.php config/di/comment.php
View files
You have the directory view/comm
rsync -av vendor/guni12/comment/view/comm/crud* view/comm
You might want to change namespace and place the src-files amongst your own src-files.
License
This software carries a MIT license.
.
..: Copyright (c) 2017 Gunvor Nilsson (gunvor@behovsbo.se)