1. 首页
  2. 数据库
  3. 其它
  4. laravel注释 源码

laravel注释 源码

上传者: 2021-02-17 07:23:31上传 ZIP文件 12.12KB 热度 11次
Laravel值得评论 安装 在项目的根目录中需要带有此软件包。 $ composer require artisanry/commentable 首先,您需要发布供应商资产并迁移: php artisan vendor:publish --provider="Artisanry\Commentable\CommentableServiceProvider" && php artisan migrate 用法 建立模型 <?php namespace App ; use Artisanry \ Commentable \ Traits \ HasComments ; use Ill
用户评论