achyutn/laravel-comment

Composer 包,用于在 Laravel 模型中添加注释。

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

This package is auto-updated.

Last update: 2024-09-30 01:35:59 UTC


README

Lint PR Bump version Latest Stable Version Total Downloads Dependents

此包用于为您的 Laravel 应用程序创建评论系统。您可以通过扩展评论类来添加自己的功能。

安装

您可以通过 composer 安装此包

composer require achyutn/laravel-comment

您可以使用以下命令发布视图和配置文件

php artisan vendor:publish --provider="AchyutN\Comment\CommentServiceProvider"