Skip to content

Laravel Commentable adds polymorphic threaded comments to Laravel 5.1 and above.

License

Notifications You must be signed in to change notification settings

thyagobrejao/laravel-commentable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Commentable

License Total Downloads

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

This package use Nested Set pattern with Baum.
More information about Nested Set

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.

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

    '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.

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

Example

TODO

Change Logs

Nothing has been changed from the first release.

Contribution Guidelines

Support follows PSR-2 PHP coding standards, and semantic versioning.

Please report any issue you find in the issues page. Pull requests are welcome.

About

Laravel Commentable adds polymorphic threaded comments to Laravel 5.1 and above.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages