reliese / laravel

Reliese Laravel Model Generator
MIT License
1.41k stars 309 forks source link

Error creating models - Laravel 9.52.6 #272

Open danielrussocki opened 5 months ago

danielrussocki commented 5 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

image

darshannv commented 2 weeks ago

Hi, Try to install this - composer require doctrine/dbal It might work