Download the PHP package janakkapadia/commentable without Composer
On this page you can find all versions of the php package janakkapadia/commentable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download janakkapadia/commentable
More information about janakkapadia/commentable
Files in janakkapadia/commentable
Download janakkapadia/commentable
More information about janakkapadia/commentable
Files in janakkapadia/commentable
Vendor janakkapadia
Package commentable
Short Description Commentable - Easy way to apply comment on any model.
License MIT
Package commentable
Short Description Commentable - Easy way to apply comment on any model.
License MIT
Please rate this library. Is it a good library?
Informations about the package commentable
Laravel Comment Package
Package setup steps:
- Go to project root directory from terminal
-
Run following commands:
-
You need add trait in following model:
- Create Comment:
$model->comments()->create([ "comment" => "add content here" ]);
All versions of commentable with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
illuminate/support Version ~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0
illuminate/auth Version ^6.0|^7.0|^8.0
illuminate/database Version ^6.0|^7.0|^8.0
illuminate/support Version ~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0
illuminate/auth Version ^6.0|^7.0|^8.0
illuminate/database Version ^6.0|^7.0|^8.0
The package janakkapadia/commentable contains the following files
Loading the files please wait ....