Skip to content

v2.9.1

Compare
Choose a tag to compare
@barryvdh barryvdh released this 15 Mar 19:52
· 203 commits to master since this release
8d8302f

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