From 76e9150e31497a5c68fc6000721320fbee2f902b Mon Sep 17 00:00:00 2001 From: Seth Sharp Date: Tue, 28 May 2024 12:48:48 +1000 Subject: [PATCH] add warning on over writing models --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 673297e..3edc468 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Things that you can override include: 2. Image Driver: We use the laravel-intervention library for image resizing - this defaults to `gd()`, but `imagick()` is available 3. Bucket Paths: Allows you to specify your own paths for S3 buckets in local & production environments +> WARNING: When over writing models in the config you will no longer be able to pass your model to existing actions - as it expects the package models only. This will be fixed in a future release + ### Other Requirements **File System** This package does rely on AWS S3 logic when it comes to file uploads, via the Blog Cover or the images you can upload within your blog.