diff --git a/config/cache.php b/config/cache.php index e32a2fd3..32fd2039 100644 --- a/config/cache.php +++ b/config/cache.php @@ -37,6 +37,10 @@ return [ 'driver' => 'apc', ], + 'octane' => [ + 'driver' => 'octane', + ], + 'array' => [ 'driver' => 'array', 'serialize' => false,