From 5c8f8be09fcc8c818c10b36118a2181912338676 Mon Sep 17 00:00:00 2001 From: Stefano Novelli Date: Tue, 18 Jun 2024 18:43:14 +0200 Subject: [PATCH] Update README.md 'disk' => 'public', --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2297d8d..7154a84 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ and dynamic editing capabilities. ## Features -* 📷 Upload images support in local *(BETA)* +* 📷 Upload images support *(BETA)* * 🌙 Dark mode support * 🔀 Switch between 5 or 6 versions of TinyMCE * ❌ Can be disabled (by passing readonly() to make method) @@ -127,6 +127,7 @@ return [ 'enabled' => false, // Uncomment to enable 'folder' => 'images', 'maxSize' => 2048, // KB + 'disk' => 'public', ], ], ];