Skip to content

Releases: scrumble-nl/laravel-ide-helper

3.1.1

02 May 15:40
879b8f9
Compare
Choose a tag to compare

Implemented correct handling of the Attribute class:

  • If Attribute::get defined + existing corresponding DB column : @Property
  • If Attribute::get defined + no corresponding DB column : @property-read
  • If Attribute::set defined + existing corresponding DB column : @Property
  • If Attribute::set defined + no corresponding DB column : @property-write
  • If Attribute::get defined : @Property

v3.1.0

08 Mar 12:43
0e95640
Compare
Choose a tag to compare

Changed

  • Attributes with complex templates (Nested templates, Classes in the template) will now correctly use the fully qualified classname

v3.0.0: Support for Laravel 11 & Remove Doctrine

08 Mar 10:37
bd795bd
Compare
Choose a tag to compare

Added

Changed

#Removed

  • Support for Laravel 9 and use of doctrine/dbal barryvdh#1512
    With this functionality gone, a few changes have been made:
    • support for custom datatypes has been dropped (config custom_db_types) unknown data types default to string now and to fix the type, add a proper cast in Eloquent
    • You might have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise
    • Minimum PHP version, due to Laravel 10, is now PHP 8.1

2.14.1

05 Jan 10:53
7b65bdb
Compare
Choose a tag to compare

Update composer.json project name to scrumble-nl/laravel-ide-helper

v2.14.0

04 Jan 11:42
eebd08f
Compare
Choose a tag to compare

Fixes:

Extra:

This release contains all commits from the main laravel-ide-helper repo up to 04-01-2024.