Download the PHP package mafd16/comment without Composer
On this page you can find all versions of the php package mafd16/comment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mafd16/comment
More information about mafd16/comment
Files in mafd16/comment
Download mafd16/comment
More information about mafd16/comment
Files in mafd16/comment
Vendor mafd16
Package comment
Short Description Anax comment module.
License MIT
Homepage https://github.com/mafd16/comment
Package comment
Short Description Anax comment module.
License MIT
Homepage https://github.com/mafd16/comment
Please rate this library. Is it a good library?
Informations about the package comment
Mafd16 comment
Mafd16 comment module.
Install
Install using composer and then integrate the module with your Anax installation.
Install with composer
composer require mafd16/comment
Configuration files for comment module
cp vendor/mafd16/comment/config/route/* config/route
cp vendor/mafd16/comment/config/database.php config/
Integrate the following parts in to your own installation of Anax (do not just copy!)
vendor/mafd16/comment/config/di.php to config/di.php
vendor/mafd16/comment/config/route.php to config/route.php
vendor/mafd16/comment/config/view.php to config/view.php
Set up and configure an sqlite database
If you don´t already have a database set up
cp -r vendor/anax/database/data/ data/
chmod 777 data
sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/comments_sqlite.sql
sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/user_sqlite.sql
chmod 666 data/db.sqlite
License
This software carries a MIT license.
All versions of comment with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
anax/configure Version ^1.0
anax/di Version ^1.0
anax/page Version ^1.0
anax/response Version ^1.0
anax/request Version ^1.0
anax/router Version ^1.0
anax/session Version ^1.0
anax/url Version ^1.0
anax/view Version ^1.0
anax/database Version ^1.1
anax/configure Version ^1.0
anax/di Version ^1.0
anax/page Version ^1.0
anax/response Version ^1.0
anax/request Version ^1.0
anax/router Version ^1.0
anax/session Version ^1.0
anax/url Version ^1.0
anax/view Version ^1.0
anax/database Version ^1.1
The package mafd16/comment contains the following files
Loading the files please wait ...



