From b736d4f105749323c5daa231f90f2e8ebd12d627 Mon Sep 17 00:00:00 2001 From: Timoffei Bubigo Date: Thu, 28 Jan 2021 15:03:14 +0300 Subject: [PATCH] Change lumen migrations table name --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index 6f2d69e..c5a617a 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -61,6 +61,7 @@ $app->singleton( */ $app->configure('app'); +\Illuminate\Support\Facades\Config::set('database.migrations', 'migrations_php'); /* |--------------------------------------------------------------------------