thyagobrejao/laravel-commentable
最新稳定版本:1.0
Composer 安装命令:
composer require thyagobrejao/laravel-commentable
包简介
Polymorphic threaded comments for Laravel
README 文档
README
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
-
Require the package with Composer.
$ composer require thyagobrejao/laravel-commentable
-
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, ],
-
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.
统计信息
- 总下载量: 9.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-02