From 6ea57d766ffc7948adbf02b6ac63670d43580316 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 12 Mar 2024 18:20:16 +0000 Subject: [PATCH] [11.x] Fixes SQLite driver missing (#6361) * Fixes SQLite driver missing * Workaround missing SQLite extension * Adjusts command * Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7033b06f..9fe4aa63 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "post-create-project-cmd": [ "@php artisan key:generate --ansi", "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"", - "@php artisan migrate --ansi" + "@php artisan migrate --graceful --ansi" ] }, "extra": {