> 개발 도구 > phpstorm > 본문

이 기사에서는 phpstorm에 ide-helper를 설치하는 방법(루멘 기반)을 설명합니다.

藏色散人
풀어 주다: 2021-08-12 14:02:16
앞으로
3007명이 탐색했습니다.

다음 튜토리얼 칼럼인 phpstorm에서는 루멘 기반의 phpstorm에 ide-helper를 설치하는 방법을 소개하겠습니다. 필요한 친구들에게 도움이 되길 바랍니다!

이 기사에서는 phpstorm에 ide-helper를 설치하는 방법(루멘 기반)을 설명합니다.

개발 효율성을 높이고 모델에서 더 많은 속성과 메서드 생성을 촉진하려면 ide-helper

installation

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
로그인 후 복사

Configuration을 사용해 보세요. (bootstrap/app.php)

 //ide helper
 $app->register(Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
로그인 후 복사

자동으로

php artisan ide-helper:generate
로그인 후 복사

오류 보고

이 기사에서는 phpstorm에 ide-helper를 설치하는 방법(루멘 기반)을 설명합니다.

이 생성됩니다. 설치

composer require league/flysystem
로그인 후 복사

하고 완료되면 실행하세요.

생성된 것을 넣는 것이 가장 좋습니다. 파일은 git 무시 파일에 있습니다

php artisan ide-helper:generate
A new helper file was written to _ide_helper.php
로그인 후 복사
참고:

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

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

위 내용은 이 기사에서는 phpstorm에 ide-helper를 설치하는 방법(루멘 기반)을 설명합니다.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

관련 라벨:
원천:segmentfault.com
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿