2017 © Pedro Peláez
 

library comment

Anax comment module.

image

phkl16/comment

Anax comment module.

  • Tuesday, October 10, 2017
  • by Klingzell92
  • Repository
  • 0 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Build Status CircleCI Scrutinizer Code Quality Code Coverage Build Status SensioLabsInsight, (*1)

phkl16 Comment module

Install

Install using composer and then integrate the module with your Anax installation., (*2)

Install with composer

composer require phkl16/comment, (*3)

Router files

rsync -av vendor/phkl16/comment/config/route2/comment.php config/route2
rsync -av vendor/phkl16/comment/config/route2/userController.php config/route2

You need to include the router file in your router configuration config/route.php. There is a sample you can use in vendor/phkl16/comment/config/route2.php., (*4)

View files

rsync -av vendor/phkl16/comment/view/* view/

DI services

You need to add the services di configuration config/di.php. There is a sample you can use in vendor/phkl16/comment/config/di.php., (*5)

Database

You need to have a database config file. There is a sample you can use under vendor/phkl16/config/database.php You will also need to build upp your database, you can find sample files for the tables under vendor/phkl16/sql, (*6)

License

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

 .  
..:  Copyright (c) 2017 Philip Klingzell (philip.klingzell@gmail.com)

The Versions