laravel-shift / blueprint

A code generation tool for Laravel developers.
MIT License
2.82k stars 270 forks source link

Remove DBAL for Laravel 11 #668

Closed jasonmccreary closed 6 months ago

jasonmccreary commented 6 months ago

While the tests are passing it seems some of the column attributes don't match up when testing the README example. I'm not sure if this is due to Laravel 10 versus Laravel 11, SQLite versus MySQL, or DBAL versus Laravel.

hafezdivandari commented 6 months ago

@jasonmccreary it's pretty good, let me send a PR based on your branch, then you can see if it helps.

(ref: laravel/framework#48864)

hafezdivandari commented 6 months ago

@jasonmccreary you may check this #669