laravel-ide-helper 如何使用

安装依赖

  1. composer require barryvdh/laravel-ide-helper

安装 doctrine/dbal 「请装上它,在为模型注释字段的时候必须用到它」

  1. composer require doctrine/dbal

使用

php artisan ide-helper:generate - 为 Facades 生成注释
php artisan ide-helper:models - 为数据模型生成注释
php artisan ide-helper:meta - 生成 PhpStorm Meta file

module的使用

php artisan ide-helper:models
//指定文件
php artisan ide-helper:models "App\Models\Admin"

你可能感兴趣的:(laravel-ide-helper 如何使用)