From c9cf57a00c76c58afec25a822846f0798661e372 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Wed, 4 Mar 2020 15:04:39 +0100 Subject: [PATCH] Add serialize option to array cache config (#5244) This documents the new configuration option from https://github.com/laravel/framework/pull/31295 --- config/cache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cache.php b/config/cache.php index 46751e62..4f41fdf9 100644 --- a/config/cache.php +++ b/config/cache.php @@ -39,6 +39,7 @@ 'array' => [ 'driver' => 'array', + 'serialize' => false, ], 'database' => [