achyutn/laravel-comment

Composer package to add comments in Laravel Models.

v0.2.0 2023-12-30 07:46 UTC

This package is auto-updated.

Last update: 2024-05-30 00:48:36 UTC


README

Lint PR Bump version Latest Stable Version Total Downloads Dependents

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"