ホームページ  >  記事  >  開発ツール  >  この記事では、phpstorm に ide-helper をインストールする方法を説明します (ルーメンに基づいて)

この記事では、phpstorm に ide-helper をインストールする方法を説明します (ルーメンに基づいて)

藏色散人
藏色散人転載
2021-08-12 14:02:162979ブラウズ

次のチュートリアル コラムでは、phpstorm のルーメンに基づいて ide-helper をインストールする方法を紹介します。それが必要な友人の役に立てば幸いです。

phpstorm はルーメンに基づいて ide-helper をインストールしますこの記事では、phpstorm に ide-helper をインストールする方法を説明します (ルーメンに基づいて)

インストール

composer require barryvdh/laravel-ide-helper

Using version ^2.6 for barryvdh/laravel-ide-helper
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 11 installs, 0 updates, 0 removals
  - Installing composer/xdebug-handler (1.3.2): Loading from cache
  - Installing composer/spdx-licenses (1.5.1): Loading from cache
  - Installing symfony/filesystem (v4.2.5): Loading from cache
  - Installing justinrainbow/json-schema (5.2.8): Loading from cache
  - Installing seld/phar-utils (1.0.1): Loading from cache
  - Installing seld/jsonlint (1.7.1): Loading from cache
  - Installing composer/semver (1.5.0): Loading from cache
  - Installing composer/ca-bundle (1.1.4): Loading from cache
  - Installing composer/composer (1.8.4): Loading from cache
  - Installing barryvdh/reflection-docblock (v2.0.6): Loading from cache
  - Installing barryvdh/laravel-ide-helper (v2.6.2): Loading from cache
barryvdh/reflection-docblock suggests installing dflydev/markdown (~1.0)
barryvdh/laravel-ide-helper suggests installing doctrine/dbal (Load information from the database about models for phpdocs (~2.3))
Writing lock file
Generating optimized autoload files

設定への読み込み (bootstrap/app.php)

 //ide helper
 $app->register(Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
自動生成

php artisan ide-helper:generate

エラーレポート

##Googleで検索すると、この拡張機能がインストールされていないはずです。

composer require league/flysystem

をインストールして実行してください。入手してくださいこの記事では、phpstorm に ide-helper をインストールする方法を説明します (ルーメンに基づいて)

php artisan ide-helper:generate
A new helper file was written to _ide_helper.php
生成されたこれらのファイルをgit無視ファイルに入れるのが最善です

_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php

参考:

https://laravelacademy.org/post/4202。 html

https://github.com/barryvdh/laravel-ide-helper/issues/723


以上がこの記事では、phpstorm に ide-helper をインストールする方法を説明します (ルーメンに基づいて)の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事はsegmentfault.comで複製されています。侵害がある場合は、admin@php.cn までご連絡ください。