maaa16 / commentary
Anax commentary module.
v1.0.2
2017-10-19 16:52 UTC
Requires
- php: >=5.6
- anax/common: ^1.0
- 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
- symfony/yaml: ^3.3
This package is not auto-updated.
Last update: 2023-02-04 19:52:35 UTC
README
Packagist
Travis
Scrutinizer
SensioLabsInsight
CircleCI
Anax commentary module.
Usage
Comment module for articles stored in database with autogenerated link.
Installation
Copy
- config/di.php
- config/route.php
- config/route/commentary
Match routes
- admin/admincontent.php for view of articles.
- admin/admincreatecontent.php for create article.
- admin/adminupdatecontent.php for update article.
Needs user to be logged in.
- username not null unique
- email not null unique
License
This software carries a MIT license.
.
..: Copyright (c) 2017 Magnus Andersson (magnusandersson076@gmail.com)