make factories med flera connections blir error
root@6cc7ecc500a8:/var/www# php artisan kickstart:factories --filter=User$
Doctrine\DBAL\Driver\PDOException
could not find driver
at vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31 27| parent::__construct($dsn, (string) $user, (string) $password, (array) $options); 28| $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [PDOStatement::class, []]); 29| $this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 30| } catch (\PDOException $exception) {
31| throw new PDOException($exception); 32| } 33| } 34| 35| /**
1 [internal]:0 Tarre\Kickstarter\Commands\MakeFactories::Tarre\Kickstarter\Commands{closure}(Object(ReflectionClass))
+13 vendor frames
15 [internal]:0 Tarre\Kickstarter\Commands\MakeFactories::Tarre\Kickstarter\Commands{closure}(Object(ReflectionClass))