Open dhsont opened 1 year ago
Issue fixed by existing solution by @ImAkPatil in https://github.com/InfyOmLabs/laravel-generator/issues/1083#issuecomment-1703810621_
Issue fixed by updating doctrine/dbal "doctrine/dbal": "^3.5",
Docs must be updated
HI i am getting Error Call to undefined method Doctrine\DBAL\Connection::createSchemaManager() when trying to generate scaffold from dattabase table using following command
Error ` Error
`
I tried it with laravel 10 with following packages
"doctrine/dbal": "~2.3", "infyomlabs/laravel-generator": "^6.0", "infyomlabs/adminlte-templates": "^6.0"
I tried with blank laravel 10 ad infyomlab Generator but still gettigng error.
Way to reproduce is
Create new laravel project install infyomlab generator try to generate scaffold.