balajidharma / laravel-comment
Laravel comment - Create comments to your Laravel projects
v1.0.7
2024-12-09 17:27 UTC
Requires
- illuminate/support: ^10.0|^11.0
- spatie/laravel-activitylog: ^4.9
README
Comments to your Laravel projects.
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