v2.9.1
Added
- Generate PHPDoc for Laravel 8.x factories #1074 / ahmed-aliraqi
Be sure to remove anyuse 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