Skip to content
Discussion options

You must be logged in to vote

Good news! The vips driver is actually already supported in laravel-medialibrary since it uses spatie/image under the hood.

To use vips, you need to:

  1. Install libvips on your system (e.g., brew install vips on macOS, apt install libvips on Ubuntu)
  2. Install the PHP extension: composer require jcupitt/vips
  3. Set IMAGE_DRIVER=vips in your .env file

I've created a PR to update the config comment to make this more visible: #3911

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jsayer101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants