Home  >  Article  >  Backend Development  >  laravel-ide-helper installed but no response

laravel-ide-helper installed but no response

WBOY
WBOYOriginal
2016-08-04 09:21:191422browse

laravel-ide-helper did all three steps, but the facade didn’t prompt

Reply content:

laravel-ide-helper did all three steps, but the facade didn’t prompt

Check the project root directory to see if there is a _ide_helper.php file

Did you follow the official documentation?

Please refer to the operating steps given by the author in https://github.com/barryvdh/laravel-ide-helper, and do not learn the operations from miscellaneous articles on the Internet.

Three steps: install ==> Add to service providers ==> artisan command execution to generate

If not, do it correctly.

If there are still problems after correct execution, please forcefully refresh phpstorm. It is possible that phpstorm is not loaded.

Download the file directly https://gist.github.com/barryvdh/5227822 and put it into the project. Although the versions are different, the usage is similar and it is enough

  1. After installation using composer

  2. Add service provider in config/app.php file

  3. Use the artisan command to generate the file
    Please refresh the directory structure of the IDE to see if it already exists.

laravel-ide-helper installed but no response

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn