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.
Fund package maintenance!
Akira
Requires
- php: ^8.4
- illuminate/contracts: ^12.0
- spatie/laravel-package-tools: ^1.92.4
Requires (Dev)
- larastan/larastan: ^3.4
- laravel/pint: ^1.22
- nunomaduro/collision: ^8.8.0
- orchestra/testbench: ^10.2.2
- peckphp/peck: ^0.1.3
- pestphp/pest: ^3.8.2
- pestphp/pest-plugin-arch: ^3.1.1
- pestphp/pest-plugin-laravel: ^3.2
- pestphp/pest-plugin-type-coverage: ^3.5.1
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan-deprecation-rules: ^2.0.2
- phpstan/phpstan-phpunit: ^2.0.6
- rector/rector: ^2.0.14
- spatie/laravel-ray: ^1.40.2
This package is auto-updated.
Last update: 2025-05-12 16:38:16 UTC
README
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.