laravel-doctrine / orm

A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen

Home Page:http://laraveldoctrine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PROPOSAL] Doctrine 2.8 support

aftabnaveed opened this issue · comments

Package version, Laravel version

Laravel 8.0

Doctrine 2.8 has just been released https://github.com/doctrine/orm/releases/tag/2.8.1 which adds support for PHP 8, this means we no longer need to use the doctype annotations and can use PHP 8 Attributes to add meta to entities. Are there any plans of adding support for it yet? If not, then it would be great to start a conversation about it.

There is #462 for PHP 8. Will help get a PR merged for attributes support.

Looks like the Doctrine Team won't support PHP 8 attributes in this version. I will close this issue.