You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I install php artisan voyager this error appear
how solve it ? I CHANGE UTF8 to UTF8-incode-ci in file database.php at confige
e:\laravel\fpsc>php artisan voyager:install
Publishing the Voyager assets, database, and config files
INFO Publishing [seeds] assets.
Copying directory [E:\laravel\fpsc\vendor\tcg\voyager\publishable\database\seeds] to [E:\laravel\fpsc\database\seeders] DONE
Migrating the database tables into your application
Doctrine\DBAL\Driver\PDO\Exception
### could not find driver
at E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDO\Exception.php:18
14▕ final class Exception extends PDOException
15▕ {
16▕ public static function new(\PDOException $exception): self
17▕ {
➜ 18▕ return new self($exception);
19▕ }
20▕ }
21▕
2 E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:40
PDOException::("could not find driver")
e:\laravel\fpsc>php artisan voyager:install
Publishing the Voyager assets, database, and config files
INFO Publishing [seeds] assets.
Copying directory [E:\laravel\fpsc\vendor\tcg\voyager\publishable\database\seeds] to [E:\laravel\fpsc\database\seeders] DONE
Migrating the database tables into your application
Doctrine\DBAL\Driver\PDO\Exception
could not find driver
at E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDO\Exception.php:18
14▕ final class Exception extends PDOException
15▕ {
16▕ public static function new(\PDOException $exception): self
17▕ {
➜ 18▕ return new self($exception);
19▕ }
20▕ }
21▕
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
when I install php artisan voyager this error appear
how solve it ? I CHANGE UTF8 to UTF8-incode-ci in file database.php at confige
e:\laravel\fpsc>php artisan voyager:install
Publishing the Voyager assets, database, and config files
INFO Publishing [seeds] assets.
Copying directory [E:\laravel\fpsc\vendor\tcg\voyager\publishable\database\seeds] to [E:\laravel\fpsc\database\seeders] DONE
Migrating the database tables into your application
Doctrine\DBAL\Driver\PDO\Exception
### could not find driver
at E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDO\Exception.php:18
14▕ final class Exception extends PDOException
15▕ {
16▕ public static function new(\PDOException $exception): self
17▕ {
➜ 18▕ return new self($exception);
19▕ }
20▕ }
21▕
1 E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:44
Doctrine\DBAL\Driver\PDO\Exception::new()
2 E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:40
PDOException::("could not find driver")
e:\laravel\fpsc>php artisan voyager:install
Publishing the Voyager assets, database, and config files
INFO Publishing [seeds] assets.
Copying directory [E:\laravel\fpsc\vendor\tcg\voyager\publishable\database\seeds] to [E:\laravel\fpsc\database\seeders] DONE
Migrating the database tables into your application
Doctrine\DBAL\Driver\PDO\Exception
could not find driver
at E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDO\Exception.php:18
14▕ final class Exception extends PDOException
15▕ {
16▕ public static function new(\PDOException $exception): self
17▕ {
➜ 18▕ return new self($exception);
19▕ }
20▕ }
21▕
1 E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:44
Doctrine\DBAL\Driver\PDO\Exception::new()
2 E:\laravel\fpsc\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:40
PDOException::("could not find driver")
e:\laravel\fpsc>
Beta Was this translation helpful? Give feedback.
All reactions