2017-25 © Pedro Peláez
 

library comment

Comment module for Anax framework.

image

emsa/comment

Comment module for Anax framework.

  • Thursday, May 10, 2018
  • by emsa16
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 17 % Grown

The README.md

Anax comment

Latest Stable Version Build Status CircleCI, (*1)

Build Status Scrutinizer Code Quality Code Coverage, (*2)

Maintainability Issue Count Test Coverage, (*3)

SensioLabsInsight, (*4)

Anax comment module., (*5)

Requirements

In order to use this module you need an Anax framework environment. Some of the modules required are not publically available, so it is not possible to use a default Anax setup. In order to try out the below steps, you can use the test branch of the author's own Anax repo:, (*6)

git clone https://github.com/emsa16/anax.git -b comment-test
cd anax
composer install

For the project to work the database also needs to be setup:, (*7)

mv config/database_default.php config/database.php

Then change dsn, username and password within database.php to match your environment., (*8)

A User table also needs to be added to the database manually, sql/ddl/user_mysql_default.sql contains the necessary DDL for that., (*9)

Installation

Install the module with the following command:, (*10)

composer require emsa/comment

Setup in Anax environment

Run the following command to automatically setup the module in your Anax installation (assumes a normal Anax project structure):, (*11)

make install-module module=emsa/comment

The setup adds example pages and views that can be reached in the browser via the path /comment., (*12)

Finally, a Comment table needs to be manually added to the database, sql/ddl/comment_mysql_default.sql contains the necessary DDL for that., (*13)

The comment functionality can now be demoed under /comment/1 and /comment/2., (*14)

Usage

Short examples on how to use the module comment., (*15)

License

This software carries a MIT license., (*16)

 .  
..:  Copyright (c) 2018 Emil Sandberg (emil.hietanen@gmail.com)

The Versions

10/05 2018

dev-master

9999999-dev

Comment module for Anax framework.

  Sources   Download

MIT

The Requires

 

micro framework boilerplate mvc education

10/05 2018
23/04 2018
23/04 2018
19/04 2018