Laravel Ide Helper Versions Save

IDE Helper for Laravel

v2.10.0

3 years ago

Added

  • Allowing Methods to be set or unset in ModelHooks #1198 / jenga201
    Note: the visibility of \Barryvdh\LaravelIdeHelper\Console\ModelsCommand::setMethod has been changed to public!

Fixed

  • Fixing issue where incorrect autoloader unregistered #1210 / tezhm

v2.9.3

3 years ago

Fixed

  • Support both customized namespace factories as well as default resolvable ones #1201 / wimski

v2.9.2

3 years ago

Added

  • Model hooks for adding custom information from external sources to model classes through the ModelsCommand #945 / wimski

Fixed

v2.9.1

3 years ago

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

v2.9.0

3 years ago

Changed

  • Dropped support for Laravel 6 and Laravel 7, as well as support for PHP 7.2 and added support for doctrine/dbal:^3 #1114 / mfn

Fixed

v2.8.2

3 years ago

Added

Changed

Fixed

Removed

  • Removed format and broken generateJsonHelper #1053 / mfn

v2.8.1

3 years ago

Added

v2.8.0

3 years ago

v2.7.0

4 years ago

Lots of tweaks/improvements, big thanks to @mfn for the help and bringing the Test Suite up to date!

  • Generate noinspections PHPStorm tags (option) #905
  • Added support for Laravel 7 custom casts #913
  • Ability to use patterns for model_locations #921
  • Prevent generation of invalid code for certain parameter default values #901
  • Infer return type from reflection if no phpdoc given #906
  • if a model implements interfaces, include them in the stub #920
  • fix: unregister meta command custom autoloader when it is no longer needed #919
  • Remove unnecessary and wrong definition of SoftDelete methods #918
  • Add custom collection support for get and all methods #903
  • Make hasOne and morphOne nullable. #864
  • Add ignored_models as config option #890
  • Fix camelCase duplicated properties generator. #881

v2.6.7

4 years ago