Looking to hire Laravel developers? Try LaraJobs

laravel-comment maintained by balajidharma

Description
Laravel comment - Create comments to your Laravel projects
Last update
2026/03/02 02:39 (1.x-dev)
License
Links
Downloads
4 842

Comments
comments powered by Disqus

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