Download the PHP package agilepixels/laravel-commentable without Composer
On this page you can find all versions of the php package agilepixels/laravel-commentable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download agilepixels/laravel-commentable
More information about agilepixels/laravel-commentable
Files in agilepixels/laravel-commentable
Download agilepixels/laravel-commentable
More information about agilepixels/laravel-commentable
Files in agilepixels/laravel-commentable
Vendor agilepixels
Package laravel-commentable
Short Description A package to add comments to Eloquent Models
License MIT
Homepage https://github.com/agilepixels/laravel-commentable
Package laravel-commentable
Short Description A package to add comments to Eloquent Models
License MIT
Homepage https://github.com/agilepixels/laravel-commentable
Keywords laravel-commentableagilepixels
Please rate this library. Is it a good library?
Informations about the package laravel-commentable
Add comments to Eloquent Models
Installation
You can install the package via composer:
You must publish the migration with:
Migrate the comments
table:
Optionally you can publish the config-file with:
Using the traits
To enable the comments for a model, use the AgilePixels\Commentable\Traits\HasComments
trait on the model.
You can use the AgilePixels\Commentable\Traits\AddsComments
on the author model:
All versions of laravel-commentable with dependencies
PHP Build Version
Package Version
The package agilepixels/laravel-commentable contains the following files
Loading the files please wait ....