achyutn / laravel-comment
Composer package to add comments in Laravel Models.
v0.2.0
2023-12-30 07:46 UTC
Requires
- php: ^8.0
Requires (Dev)
- orchestra/testbench: ^8.19
- phpunit/phpunit: ^7.0|^8.0|^9.0|^10.0
This package is auto-updated.
Last update: 2024-10-30 01:59:28 UTC
README
This package is used to create a comment system for your Laravel application. You can extend the comment class and add your own functionality.
Installation
You can install the package via composer:
composer require achyutn/laravel-comment
You can publish the views and config file with:
php artisan vendor:publish --provider="AchyutN\Comment\CommentServiceProvider"