binarytorch / comments
Internal comments package
This package's canonical repository appears to be gone and the package has been frozen as a result.
v0.2.1
2020-03-10 21:53 UTC
Requires
- php: ^7.1
- illuminate/support: 5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2022-01-11 09:22:29 UTC
README
Installation
You can install the package via composer:
composer require binarytorch/comment
Setup
- Add
HasComment
trait to any model that can be commented on, for example, commenting on a post.
License
The MIT License (MIT). Please see License File for more information.