diff --git a/README.md b/README.md index a0d2ad8..1c78b7f 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,8 @@ $jpgFile = $request->file('jpg_image'); $jpgFile->getClientOriginalName(); ``` +Want to know more about this trait? Check out the [blog post](https://protone.media/blog/convert-and-store-base64-encoded-files-in-laravel-use-validation-rules-and-access-the-decoded-files-from-the-request-instance). + ### Testing ``` bash