vihd14/comments

Anax comments module.

1.0.5 2018-07-04 14:41 UTC

This package is not auto-updated.

Last update: 2024-05-02 15:03:11 UTC


README

Build Status Maintainability Scrutinizer Code Quality Code Coverage Code Coverage

Anax comments module.

Usage

Short examples on how to use the module comments.

  • Install by running composer require vihd14/comments.
  • Copy the files in config/route to your own route folder.
  • Copy the content from di.php and route.php to add in your existing corresponding folders.
  • Copy database.php, if you don't already have it.
  • Copy data/db.sqlite for the database.
  • Copy the view folder to get all views.

Lastly, add "Vihd14\\": "src/" to your composer.json under autoload.
It should look something like this:

"autoload": {
    "psr-4": {
        "Anax\\": "src/",
        "Vihd14\\": "src/"
    }
}

License

This software carries a MIT license.

 .  
..:  Copyright (c) 2018 Viktoria Haapaoja (viktoria.haa@hotmail.com)