Skip to content

v3.0.0: Support Laravel 11 & Remove Doctrine

Latest
Compare
Choose a tag to compare
@barryvdh barryvdh released this 01 Mar 12:53
· 2 commits to master since this release
bc1d67f

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