| github | packagist |
|---|---|
| github | packagist |
使用composer安装
composer require barryvdh/laravel-ide-helper
在
config/app.php中添加代码如下:
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
php artisan ide-helper:generate
_ide_helper.php即代表成功
laravel 增强代码提示功能插件(barryvdh / laravel-ide-helper)
原文:https://www.cnblogs.com/yaoliuyang/p/13223545.html