library laravel-commentable
Polymorphic threaded comments for Laravel
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
, (*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
-
Require the package with Composer., (*4)
$ composer require thyagobrejao/laravel-commentable
-
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,
],
-
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)
dev-master
9999999-dev
Polymorphic threaded comments for Laravel
Sources
Download
MIT
The Requires
laravel
nested set
comment
threaded
commentable
1.0
1.0.0.0
Polymorphic threaded comments for Laravel
Sources
Download
MIT
The Requires
laravel
nested set
comment
threaded
commentable