美文网首页
laravel模型sql字段注解

laravel模型sql字段注解

作者: 耍帅oldboy | 来源:发表于2023-03-31 02:26 被阅读0次
composer require barryvdh/laravel-ide-helper #laravel-ide-helper能为IDE提供代码自动提示

php artisan ide-helper:generate #提示文档
php artisan ide-helper:meta
php artisan ide-helper:models  #模型提示
D:\www\laravel8>php artisan ide-helper:models App\Models\Api\UserModel

 Do you want to overwrite the existing model files? Choose no to write to _ide_helper_models.php instead (yes/no) [no]:
 > yes

Written new phpDocBlock to D:\www\laravel8\app\Models\Api\UserModel.php

相关文章

网友评论

      本文标题:laravel模型sql字段注解

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