krlove / eloquent-model-generator

Eloquent Model Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBAL 3 Support

kevindb opened this issue · comments

Laravel 8 supports DBAL 3, released 2020-11-15. Eloquent Model Generator still requires DBAL ^2.5. Are there any plans to support DBAL 3?

laravel/framework#35236
https://github.com/doctrine/dbal/releases/tag/3.0.0

Thank you for the awesome tool! It is very helpful in making models match the database structure.

I also have an issue with DBAL's v3.0 on Laravel 8, any thing I can do about it?

Added support in version 1.3.7