Download the PHP package karabinse/laravel-commentable without Composer
On this page you can find all versions of the php package karabinse/laravel-commentable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download karabinse/laravel-commentable
More information about karabinse/laravel-commentable
Files in karabinse/laravel-commentable
Package laravel-commentable
Short Description Easily add a commentable trait to a Eloquent model
License MIT
Homepage https://github.com/karabinse/laravel-commentable
Informations about the package laravel-commentable
Easily add a commentable trait to a Eloquent model
Easily add a commentable trait to an Eloquent model
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Add the trait to the model you want to add comments to.
Configure the model map. You can also provide a data transformer for the comment itself.
Saving a new comment:
Getting comments:
Testing
Credits
- Albin N
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-commentable with dependencies
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-data Version ^4.0
spatie/laravel-package-tools Version ^1.16