persson/comments

A simple comments package
44 1
Install
composer require persson/comments
PHP:>=5.4.0
License:MIT
Last Updated:Aug 24, 2014
Links: GitHub  ·  Packagist
Maintainer: christianpersson

#Please note: This package is extracted from a test project for learning purposes.

A simple package for organize comments.

Installation

Add the following to you composer.json file

"persson/comments": "dev-master"

Run

composer update

Add the following to app/config/app.php

'Persson\Comments\CommentsServiceProvider'

Run the package migration

php artisan migrate --package=persson/comments

Publish the config (not mush to config yet...)

php artisan config:publish persson/comments

Related Packages

rtablada/wardrobe-disqus

Fast, simple Disqus integration for Laravel

906 15
escapeboy/disqus

Disqus API simple usage in Laravel 4

79 3
fbf/laravel-comments

A Laravel 4 package for adding commenting to a website that has user accounts

4,626 20
laravelista/comments

Comments for Laravel.

195,575 740
d-te/laravel-disqus

Disqus integration for Laravel

45 1