balajidharma/laravel-comment

Laravel comment - Create comments to your Laravel projects

Maintainers

Package info

github.com/balajidharma/laravel-comment

pkg:composer/balajidharma/laravel-comment

Statistics

Installs: 5 108

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.1 2026-05-13 00:53 UTC

This package is auto-updated.

Last update: 2026-05-14 23:42:37 UTC


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