Skip to content

Commit

Permalink
docs: add reference for intervention/image-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
streamtw committed Apr 17, 2024
1 parent 2e75024 commit cf99387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf99387

Please sign in to comment.