-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
php artisan migrate:fresh --seed
ErrorException
Undefined array key "database"
at vendor/turso/libsql-laravel/src/LibsqlServiceProvider.php:88
84▕ password: $config["password"] ?? '',
85▕ options: $config
86▕ );
87▕ },
➜ 88▕ database: $config["database"],
89▕ config: $config,
90▕ );
91▕ });
92▕ });
+23 vendor frames
24 artisan:13
Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))
"libsql" => [
"driver" => "libsql",
"url" => env("TURSO_DATABASE_URL"),
"password" => env("TURSO_AUTH_TOKEN"),
],
with both env variables set
SadeghPM
Metadata
Metadata
Assignees
Labels
No labels