Intervention / image

PHP Image Processing
https://image.intervention.io
MIT License
13.79k stars 1.5k forks source link

Integration in Laravel #1337

Closed siMobin closed 2 months ago

siMobin commented 2 months ago

Why are there no service providers for the latest Laravel with the latest Intervention/Image?

olivervogel commented 2 months ago

The service providers for the Laravel framework were removed to avoid a dependency to the framework and to highlight Intervention Image rather framework agnostic, which it always was. However, there is an official package for Laravel integration.

siMobin commented 2 months ago

@olivervogel Yeah...I know. but it give me the error that service provider is missing.