Your issue is most likely caused by a bug in the most recent version of the doctrine/dbal package
. The issue was introduced with v2.10.0
.
You can always try to downgrade the package in your composer.json to v2.9.3
it should work just fine.
See the offical issue here: https://github.com/doctrine/dbal/issues/3714
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community