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