From 2cc8c1a8ea904ec2de857ede865a7bccc0000de4 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sat, 15 Jun 2024 23:03:44 +0100 Subject: Implemented everything --- config/svg.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/svg.php b/config/svg.php index dc40c50..9e9c33d 100644 --- a/config/svg.php +++ b/config/svg.php @@ -1,12 +1,14 @@ 'default', 'svg_route' => 'svg/{collection}.svg', + 'cache_store' => env('SVG_CACHE_DRIVER', config('cache.default')), 'collections' => [ 'default' => [ - 'paths' => []. + 'paths' => [], ], ], -- cgit v1.2.3