v2.9.1
版本发布时间: 2021-03-16 03:52:13
barryvdh/laravel-ide-helper最新发布版本:v3.1.0(2024-07-12 22:21:24)
Added
- Generate PHPDoc for Laravel 8.x factories #1074 / ahmed-aliraqi
Be sure to remove any
use HasFactory;
on models not having factories to avoid crashes in ide-helper - Add a comment to a property like table columns #1168 / biiiiiigmonster
- Added
post_migrate
hook to run commands after a migration #1163 / netpok
Fixed
- Error when generating helper for invokable classes #1124 / standaniels
- Fix broken ReflectionUnionTypes #1132 / def-studio
- Relative class names are not converted to fully-qualified class names #1005 / SavKS