Skip to content

Commit

Permalink
add warning on over writing models
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed May 28, 2024
1 parent c8b2a4f commit 76e9150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 76e9150

Please sign in to comment.