Download the PHP package intervention/image-laravel without Composer
On this page you can find all versions of the php package intervention/image-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download intervention/image-laravel
More information about intervention/image-laravel
Files in intervention/image-laravel
Package image-laravel
Short Description Laravel Integration of Intervention Image
License MIT
Homepage https://image.intervention.io/
Informations about the package image-laravel
Intervention Image Laravel
Laravel Integration for Intervention Image
This package provides an integration to setup Intervention Image easily to your Laravel application. Included are a Laravel service provider, facade and a publishable configuration file.
Requirements
- Laravel >= 8
Installation
In your existing Laravel application you can install this package using Composer.
Next, add the configuration files to your application using the vendor:publish
command:
This command will publish the configuration file image.php
for the image
integration to your app/config
directory. In this file you can set the
desired driver and its configuration options for Intervention Image. By default
the library is configured to use GD library for image processing.
The configuration files looks like this.
You can read more about the different options for driver selection, setting options for auto orientation, decoding animations and blending color.
Getting started
The integration is now complete and it is possible to access the ImageManager via Laravel's facade system.
Read the official documentation of Intervention Image for more information.
Authors
This library is developed and maintained by Oliver Vogel
Thanks to the community of contributors who have helped to improve this project.
License
Intervention Image Laravel is licensed under the MIT License.