美文网首页
laravel-ide-helper 如何使用

laravel-ide-helper 如何使用

作者: swoft_ | 来源:发表于2019-09-25 19:34 被阅读0次

安装依赖

  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 如何使用

      本文链接:https://www.haomeiwen.com/subject/seuxyctx.html