lepikhinb / laravel-typescript

MIT License
387 stars 46 forks source link

A database is required for the method: Doctrine\DBAL\Schema\AbstractSchemaManager::doListTableColumns. #26

Open CaReS0107 opened 1 year ago

CaReS0107 commented 1 year ago

image

Project specs: Laravel 10.2 php 8.1 doctrine/dbal: 3.6

Any idea what is this and how can be solved?

CaReS0107 commented 1 year ago

image Seems at some point the $database from method getDatabase is null and throws an error.