github barryvdh/laravel-ide-helper v3.0.0
v3.0.0: Support Laravel 11 & Remove Doctrine

2 months ago

Added

Changed

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 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

Don't miss a new laravel-ide-helper release

NewReleases is sending notifications on new releases.