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 need to run the migration in my test environment, I get the following error message:
` Error
Class "Doctrine\DBAL\Driver\AbstractSQLiteDriver" not found
at vendor/laravel/framework/src/Illuminate/Database/PDO/SQLiteDriver.php:8
4▕
5▕ use Doctrine\DBAL\Driver\AbstractSQLiteDriver;
6▕ use Illuminate\Database\PDO\Concerns\ConnectsToDatabase;
7▕
➜ 8▕ class SQLiteDriver extends AbstractSQLiteDriver
9▕ {
10▕ use ConnectsToDatabase;
11▕
12▕ /**
`
I'm using the latest Laravel with PHP 8.1. It started after installing the package.
This discussion was converted from issue #1111 on November 09, 2022 15:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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 need to run the migration in my test environment, I get the following error message:
` Error
Class "Doctrine\DBAL\Driver\AbstractSQLiteDriver" not found
at vendor/laravel/framework/src/Illuminate/Database/PDO/SQLiteDriver.php:8
4▕
5▕ use Doctrine\DBAL\Driver\AbstractSQLiteDriver;
6▕ use Illuminate\Database\PDO\Concerns\ConnectsToDatabase;
7▕
➜ 8▕ class SQLiteDriver extends AbstractSQLiteDriver
9▕ {
10▕ use ConnectsToDatabase;
11▕
12▕ /**
`
I'm using the latest Laravel with PHP 8.1. It started after installing the package.
Many thanks
PS. No issue with MySQL database
Beta Was this translation helpful? Give feedback.
All reactions