v3.0.0
版本发布时间: 2024-03-01 20:53:51
barryvdh/laravel-ide-helper最新发布版本:v3.1.0(2024-07-12 22:21:24)
Added
- Support for Laravel 11 #1520 / KentarouTakeda
Changed
- Make
--reset
always keep the text and remove--smart-reset
. Always skip the classname #1523 / barryvdh & #1525 / mfn - Use short types (
int
andbool
instead ofinteger
andboolean
) #1524 / barryvdh
Removed
- Support for Laravel 9 and use of doctrine/dbal #1512 / barryvdh
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 tostring
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
- support for custom datatypes has been dropped (config