laravelir/commentable

a commenting package for laravel
29 1
Install
composer require laravelir/commentable
Latest Version:0.1.6
PHP:>=7.4|^8.0
License:MIT
Last Updated:Jul 25, 2025
Links: GitHub  ·  Packagist
Maintainer: miladimos
  • Starts
  • Forks Total Downloads

laravelir/commentable

a commenting package for laravel

Installation

  1. Run the command below to add this package:
composer require laravelir/commentable
  1. Open your config/app.php and add the following to the providers array:
Laravelir\Commentable\Providers\CommentableServiceProvider::class,
  1. Run the command below to install the package:
php artisan commentable:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.