Hi,
under lumen I wrote a migration to change a database field, which (as per documentation) requires doctrine/dbal.
As soon as I run the migration I am greeted with:
PHP Fatal error: Uncaught exception 'Illuminate\Contracts\Container\BindingResolutionException' with message 'Unresolvable dependency resolving [Parameter #1 [ array $format ]] in class Dingo\Api\Exception\Handler' in /***/vendor/illuminate/container/Container.php:828
Does anybody have any idea what's up?
Hi,
under lumen I wrote a migration to change a database field, which (as per documentation) requires doctrine/dbal.
As soon as I run the migration I am greeted with:
PHP Fatal error: Uncaught exception 'Illuminate\Contracts\Container\BindingResolutionException' with message 'Unresolvable dependency resolving [Parameter #1 [ array $format ]] in class Dingo\Api\Exception\Handler' in /***/vendor/illuminate/container/Container.php:828
Does anybody have any idea what's up?