wobqqq/oc-ide-helper 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

wobqqq/oc-ide-helper

最新稳定版本:v1.0.1

Composer 安装命令:

composer require wobqqq/oc-ide-helper

包简介

October CMS IDE Helper (extended laravel-ide-helper package)

README 文档

README

Complete PHPDocs, directly from the source

This package generates helper files that enable your IDE to provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date. This package extends the Laravel IDE Helper package

Installation

Require this package with composer using the following command:

composer require --dev wobqqq/oc-ide-helper

Add the following class to the providers array in config/app.php:

'providers' => array_merge(include(base_path('modules/system/providers.php')), [
    Wobqqq\IdeHelper\IdeHelperServiceProvider::class,
]),

Publish the config/ide-helper.php configuration file:

php artisan vendor:publish --provider="Wobqqq\IdeHelper\IdeHelperServiceProvider" --tag=config

If you want, you can change the path to the models in the config/ide-helper.php config file:

'model_locations' => [
    './plugins/MyPlugins/MyPlugin/models/'
],

Usage

Basic commands:

  • PHPDoc generation for Laravel Facades - php artisan ide-helper:generate
  • PHPDocs for models - php artisan ide-helper:models
  • PhpStorm Meta file - php artisan ide-helper:meta

You can get more information on usage here.

License

The Laravel IDE Helper Generator is open-sourced software licensed under the MIT license

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固