PackageTrack
Sign in Get early access

intervention/image-laravel

Laravel Integration of Intervention Image

4.1.1 11M downloads/mo #699 most downloaded on Packagist Intervention/image-laravel

What this package is like to depend on

Last release 1 months ago

22 Jul 2026

Ships unpredictably

gaps range from 2 weeks to 11 months

Some releases are documented

notes for 10 of 23 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

23 releases · first in 2024

7 releases in the last 12 months

see the full history below

Release timeline

23 releases · Jan 2024 to Jul 2026
2025 2026
Release Pre-release

Releases

latest 23
  1. 4.1.1 22 Jul 2026
    Release notes

    What's Changed

    • Fix wrong image configuration keys by @Pyker in #36

    Full Changelog: 4.1.0...4.1.1

    Open source →
  2. 4.1.0 16 Jul 2026
    Release notes

    Hotfix for compatibility with Laravel 13.20

    Starting with version 13.20, Laravel introduced its own image integration based on Intervention Image. Unfortunately, this led to naming conflicts with facades and configuration files if you had installed intervention/image-laravel.

    This update resolves these issues, but it also includes significant changes.

    • The facade binding was renamed from image to intervention.image
    • The published config file was renamed from image.php to intervention-image.php

    If you're using intervention/image-laravel with Laravel 13.20, I recommend updating to version 4.1.0 immediately.

    To avoid future problems with the configuration file, I recommend renaming the file from config/image.php to config/intervention-image.php after the update. However, this is not strictly necessary the legacy config is still detected by a fallback.

    In the rather unlikely event that the image manger is resolved via an app('image') call, the new naming convention should be used: app('intervention.image').

    Full Changelog: 4.0.1...4.1.0

    Open source →
  3. 4.0.1 19 Jun 2026
    Release notes

    What's Changed

    • Bind Intervention\Image\ImageManager::class and Intervention\Image\Interfaces\ImageManagerInterface as configured singletons.

    Code Example:

    use Intervention\Image\Interfaces\ImageManagerInterface;
    
    class ImageController extends Controller
    {
        /**
         * Create a new controller instance.
         */
        public function __construct(
            protected ImageManagerInterface $imageManager,
        ) {}
    
        /**
         * Store a new Image.
         */
        public function store(Request $request): RedirectResponse
        {
            $image = $this->imageManager->decode($request->image);
     
            // image manipulation ...
     
            return redirect('/images');
        }
    }
    Open source →
  4. 4.0.0 28 Mar 2026
    Release notes

    What's Changed

    • Major Release 4.0.0 to support new Intervention Image v4.0.0
    Open source →
  5. 1.5.9 24 Mar 2026
    Release notes

    What's Changed

    • fix: larastan unable to recognize macro by @calebdw in #30
    Open source →
  6. 1.5.8 20 Mar 2026
    Release notes

    What's Changed

    • fix: update parameters to accept image interface by @calebdw in #29

    Full Changelog: 1.5.7...1.5.8

    Open source →
  7. 1.5.7 28 Feb 2026
    Release notes

    What's Changed

    Full Changelog: 1.5.6...1.5.7

    Open source →
  8. 1.5.6 04 Apr 2025
    Release notes

    What's Changed

    • Bugfix: Register macro only when ResponseFactory is resolved by @apih in #20

    Full Changelog: 1.5.5...1.5.6

    Open source →
  9. 1.5.5 26 Feb 2025
    Release notes

    Full Changelog: 1.5.4...1.5.5

    Open source →
  10. 1.5.4 25 Feb 2025
    Release notes

    What's Changed

    • Change response instantiation in ImageResponseFactory::class

    Full Changelog: 1.5.3...1.5.4

    Open source →
  11. 1.5.3 25 Feb 2025

    Nothing published for this version

  12. 1.5.2 23 Feb 2025

    Nothing published for this version

  13. 1.5.1 15 Feb 2025

    Nothing published for this version

  14. 1.5.0 09 Feb 2025

    Nothing published for this version

  15. 1.4.0 18 Jan 2025

    Nothing published for this version

  16. 1.3.0 15 Jun 2024

    Nothing published for this version

  17. 1.2.0 03 Mar 2024

    Nothing published for this version

  18. 1.1.0 16 Feb 2024

    Nothing published for this version

  19. 1.0.1 04 Feb 2024

    Nothing published for this version

  20. 1.0.0 17 Jan 2024

    Nothing published for this version

  21. 0.0.3 17 Jan 2024

    Nothing published for this version

  22. 0.0.2 17 Jan 2024

    Nothing published for this version

  23. 0.0.1 17 Jan 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive