You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
Illuminate\Database\DatabaseManager::registerConfiguredDoctrineTypes(): Return value must be of type Illuminate\Database\DatabaseManager, none returned
@esteban-serfe This error is incorrect and doesn't occur in vanilla Laravel installation.
Laravel Version
10.32.1
PHP Version
8.2.12
Database Driver & Version
PostgreSQL 15.4 on Linux
Description
The following error appears when trying to run the artisan migrate command:
This is solvable by adding
return $this
on line 245 of src/Illuminate/Database/DatabaseManager.phpSteps To Reproduce
Install laravel
Install laravel-doctrine
Confiugre Postgresql
Run migrations with Eloquen Models & Doctrine entities.
The text was updated successfully, but these errors were encountered: