phpstorm为laravel 添加自动完成

Facade 添加自动完成

详情可访问github项目

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

配置:

下载gist文件到项目根目录

wget https://gist.githubusercontent.com/barryvdh/5227822/raw/4be028a27c4ec782965bb8f2fdcb4c08c71a441d/_ide_helper.php

添加ignore

vim .gitignore
#添加
_ide_helper.php

保存即可完成