承接 wobqqq/oc-ide-helper 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱: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

统计信息

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

GitHub 信息

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

其他信息

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