radchasay/comment

Anax comment module.

1.0.36 2017-10-24 13:43 UTC

README

CircleCI Build Status Scrutinizer Code Quality Code Coverage Build Status

Radchasay comment

Radchasay comment module.

Usage

Short examples on how to use the module comment.

Config

Copy everything from config/route to your own route folder.
Copy database.php from config/ if you don't have one.
Copy everything from di.php and put in your own di.php.
Copy everything from route2.php and put in your own route file.

Sql

Copy the sql file database.sql to your own sql folder and run the sql code.

Src

Copy the source for Database and put in src/Database. This is very important because i have modified the database source code.

View

Copy everthing from the view folder and put in your own view folder.

composer.json

In your composer.json autoload add the following: "Radchasay\": "src/".

Theme

Run make less-install when standing inside the theme folder and a css-file will be created.

License

This software carries a MIT license.

 .  
..:  Copyright (c) 2017 Magnus Greiff (mangegreiff@gmail.com)