kriss/webman-eloquent-ide-helper

webman-eloquent-ide-helper plugin

Installs: 2 306

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 5

Open Issues: 0

pkg:composer/kriss/webman-eloquent-ide-helper

v1.3.1 2025-09-04 01:13 UTC

This package is auto-updated.

Last update: 2025-10-04 01:21:07 UTC


README

说明

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