From a8c2d87c0b0fdf6c767da5f9b457a08550e094dd Mon Sep 17 00:00:00 2001 From: zino Date: Sun, 16 Nov 2025 00:26:03 +0100 Subject: [PATCH] Do not migrate automatically --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 46c9f69..e5d52f8 100644 --- a/composer.json +++ b/composer.json @@ -66,9 +66,7 @@ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ - "@php artisan key:generate --ansi", - "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"", - "@php artisan migrate --graceful --ansi" + "@php artisan key:generate --ansi" ], "pre-package-uninstall": [ "Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"