2017 © Pedro PelĂĄez
 

library laravel-commentable

Polymorphic threaded comments for Laravel

image

thyagobrejao/laravel-commentable

Polymorphic threaded comments for Laravel

  • Tuesday, September 6, 2016
  • by thyagobrejao
  • Repository
  • 1 Watchers
  • 13 Stars
  • 2,806 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 23 % Grown

The README.md

Laravel-Commentable

License Total Downloads, (*1)

Laravel Commentable adds polymorphic threaded comments to Laravel 5.1 and above. (based on dead slynova/laravel-commentable), (*2)

This package use Nested Set pattern with Baum.
More information about Nested Set, (*3)

Table of Contents

Requirements

  • As Laravel 5.1 require PHP 5.5.9+, we required the same version.

Getting Started

  1. Require the package with Composer., (*4)

    $ composer require thyagobrejao/laravel-commentable
    
  2. Add the package to your application service providers in config/app.php., (*5)

    'providers' => [
    
        Illuminate\Foundation\Providers\ArtisanServiceProvider::class,
        Illuminate\Auth\AuthServiceProvider::class,
        ...
        ThyagoBrejao\Commentable\ServiceProvider::class,
    
    ],
    
  3. Publish the package's migrations to your application and migrate., (*6)

    $ php artisan vendor:publish --provider="ThyagoBrejao\Commentable\ServiceProvider" --tag="migrations"
    $ php artisan migrate
    

Example

TODO, (*7)

Change Logs

Nothing has been changed from the first release., (*8)

Contribution Guidelines

Support follows PSR-2 PHP coding standards, and semantic versioning., (*9)

Please report any issue you find in the issues page. Pull requests are welcome., (*10)

The Versions

06/09 2016

dev-master

9999999-dev

Polymorphic threaded comments for Laravel

  Sources   Download

MIT

The Requires

 

laravel nested set comment threaded commentable

06/09 2016

1.0

1.0.0.0

Polymorphic threaded comments for Laravel

  Sources   Download

MIT

The Requires

 

laravel nested set comment threaded commentable