Skip to content

Commit cf99387

Browse files
committed
docs: add reference for intervention/image-laravel
1 parent 2e75024 commit cf99387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
1. (optional) Install required dependency with `v3.*` of `intervention/image`:
2929

30-
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.
30+
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
3131

3232
```bash
3333
composer require intervention/image-laravel

0 commit comments

Comments
 (0)