Skip to content

martinlagler/SuluCommentBundle

 
 

Repository files navigation

SuluCommentBundle

Build Status Scrutinizer Code Quality Code Coverage StyleCI

The SuluCommentBundle adds support for adding comments to different types of entities (pages, articles, custom) in Sulu.

Included features:

  • Website renderer
  • Sulu-Admin integration to delete and update comments

Status

This repository will become version 1.0 of SuluCommentBundle. It is under heavy development and currently its APIs and code are not stable yet (pre 1.0).

Requirements

  • Composer
  • PHP ^5.5 || ^7.0
  • Sulu ^1.3

For detailed requirements see composer.json.

Documentation

The the Documentation is stored in the Resources/doc/ folder.

Installation

All the installation instructions are located in the Documentation.

License

This bundle is under the MIT license. See the complete license in the bundle

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Sulu Minimal Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

Installation

composer require sulu/comment-bundle

Configure the routing

sulu_comment_api:
    type: rest
    resource: "@SuluCommentBundle/Resources/config/routing_api.xml"
    prefix: /admin/api
    
sulu_comment:
    resource: "@SuluCommentBundle/Resources/config/routing.xml"
    prefix: /admin/comments

Add bundle to AbstractKernel:

new Sulu\Bundle\CommentBundle\SuluCommentBundle(),    

About

Sulu comment bundle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.8%
  • JavaScript 22.2%
  • HTML 1.0%