From cf993879afb36215cd967efa79308e764432daa1 Mon Sep 17 00:00:00 2001 From: Stream Date: Wed, 17 Apr 2024 12:13:38 +0800 Subject: [PATCH] docs: add reference for intervention/image-laravel --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 67a2fd41..7359486c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -27,7 +27,7 @@ 1. (optional) Install required dependency with `v3.*` of `intervention/image`: - This package use `intervention/image` to perform image cropping/resizing and generating thumbnails. Since `v3.*` of `intervention/image` does not support Laravel by default, the service provider need to be installed with the following scripts. + This package use `intervention/image` to perform image cropping/resizing and generating thumbnails. Since `v3.*` of `intervention/image` does not support Laravel by default, the service provider need to be installed with the following scripts. Details can be found here: https://github.com/Intervention/image-laravel ```bash composer require intervention/image-laravel