This repository was archived by the owner on Feb 7, 2025. It is now read-only.
voyager
#5749
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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