【laravel5.*】添加ide_helper.php 助手

1、参照文档:https://github.com/barryvdh/laravel-ide-helper#automatic-phpdoc-generation-for-laravel-facades

2、安装指定版本: composer require barryvdh/laravel-ide-helper:2.4.1 

  

3、安装完成后,即可ctrl+鼠标左键,找到使用的类

原文地址:https://www.cnblogs.com/xuzhengzong/p/8918852.html