akira/laravel-commentable

Commentable is a lightweight and flexible comment system package designed to seamlessly integrate into any Laravel project. Whether you’re building a blog, a forum, or a platform like DevHunter – this package makes it incredibly easy to make any model commentable.

1.x-dev 2025-05-12 16:38 UTC

This package is auto-updated.

Last update: 2025-05-12 16:38:16 UTC


README

Latest Version on Packagist Total Downloads PHPStan Level License

Commentable is a lightweight and flexible comment system package designed to seamlessly integrate into any Laravel project. Whether you’re building a blog, a forum, or a platform like HUNTER – this package makes it incredibly easy to make any model commentable.

Installation

You can install the package via composer:

composer require akira-io/commentable

You can publish and run the migrations with:

php artisan vendor:publish --tag="commentable-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="commentable-config"

Documentation

You'll find installation instructions and full documentation on Commentable website.

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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