定制 wbouakline/eloquent-ide-helper 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wbouakline/eloquent-ide-helper

Composer 安装命令:

composer require wbouakline/eloquent-ide-helper

包简介

Using `barryvdh/laravel-ide-helper` without laravel framework.

README 文档

README

Installation

composer require --dev wbouakline/eloquent-ide-helper

How to configure?

To configure it, create a ide-helper.php file in the project root (where composer.json is located) and define the settings that barryvdh/laravel-ide-helper defines in its documentation.

use Like\Eloquent\IdeHelper\Config;

return new Config([
    'ide-helper.model_locations' => [
        'sql/models/'
    ],
]);

Usage

A binary called ide-helper is available which can be used with the same functionality as the original library.

ide-helper models # Create the models.

Thanks

To assemble this library I used the reference of a task from the main repository, thanks @mfn for the guidelines.

barryvdh/laravel-ide-helper#756

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-03-24