shuvroroy/filament-spatie-laravel-backup

could not find driver exception

quasiperfect opened this issue · 1 comments

any idea why i get

Illuminate\Database\QueryException
could not find driver

create table "backup_destination_statuses" ("id" integer not null primary key autoincrement, "name" varchar, "disk" varchar, "reachable" varchar, "healthy" varchar, "amount" integer, "newest" varchar, "usedStorage" varchar)

every time i try to go to the backups page ?

ext-pdo_sqlite is needed