1. 首页
  2. 数据库
  3. 其它
  4. laravel comments:向您的Laravel应用程序添加注释 源码

laravel comments:向您的Laravel应用程序添加注释 源码

上传者: 2021-02-06 18:28:15上传 ZIP文件 10KB 热度 22次
在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 包将自动注册。 您可以使用以下方法
下载地址
用户评论