laravel comments:向您的Laravel应用程序添加注释 源码
在Laravel应用程序中添加评论 添加将注释关联到Laravel Eloquent模型的功能。 注释可以被批准和嵌套。 $ post = Post :: find ( 1 ); $ post -> comment ( 'This is a comment' ); $ post -> commentAsUser ( $ user , 'This is a comment from someone else' ); 安装 您可以通过composer安装该软件包: composer require beyondcode/laravel-comments 包将自动注册。 您可以使用以下方法
下载地址
用户评论