Home >Backend Development >PHP Tutorial >laravel-ide-helper installed but no response
laravel-ide-helper did all three steps, but the facade didn’t prompt
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
After installation using composer
Add service provider in config/app.php file
Use the artisan command to generate the file
Please refresh the directory structure of the IDE to see if it already exists.