ide提示,给 laravel eloquent model 加上注释

v1.1.3 版本
2024-01-17 版本更新时间
841 安装
11 star

说明

webman 目前默认使用的 Laravel ORM,已经给 support/Model 加上了必要的注释

使用 webman/consolewebman make:model 也已经会给模型加上了相应的字段注释

目前仍不能做到的:

  • 数据库字段更新后更新注释
  • 添加 getXxxAttribute 或者模型关联后,不能更新注释

简介

给 webman 的 laravel eloquent model 加上注释

使用 barryvdh/laravel-ide-helper

安装

composer require kriss/webman-eloquent-ide-helper

使用

php webman ide-helper:models

效果图(可选)

截图