Open danielrussocki opened 9 months ago
I get the following error when I try to execute any of the commands to create my models
Declaration of Illuminate\Database\PDO\Concerns\ConnectsToDatabase::connect(array $params, $username = null, $password = null, array $driverOptions = []) must be compatible with Doctrine\DBAL\Driver::connect(array $params): Doctrine\DBAL\Driver\Connection
Hi, Try to install this - composer require doctrine/dbal It might work
composer require doctrine/dbal
I get the following error when I try to execute any of the commands to create my models
Declaration of Illuminate\Database\PDO\Concerns\ConnectsToDatabase::connect(array $params, $username = null, $password = null, array $driverOptions = []) must be compatible with Doctrine\DBAL\Driver::connect(array $params): Doctrine\DBAL\Driver\Connection