balajidharma/laravel-comment
Laravel comment - Create comments to your Laravel projects
Maintainers
v2.0.1
2026-05-13 00:53 UTC
Requires
- illuminate/support: ^11.0|^12.0|^13.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT dfc073bd18dd7e44f623e51ebd7b7e85cbf83dbf
README
Comments to your Laravel projects.
👁 Total Downloads
👁 Latest Stable Version
👁 License
Table of Contents
Installation
- Install the package via composer
composer require balajidharma/laravel-comment
- Publish the migration and the config/comment.php config file with
php artisan vendor:publish --provider="BalajiDharma\LaravelComment\CommentServiceProvider"
- Run the migrations
php artisan migrate
Demo
The "Basic Laravel Admin Penel" starter kit come with Laravel Comment
