Image Compression in Laravel

| By Webner

Steps to follow: Install the Intervention image package first in your project composer require intervention/image If you want to check official documentation of intervention image you can check it from here- http://image.intervention.io/getting_started/installation Inside the config/app.php- In providers, add:- Intervention\Image\ImageServiceProvider::class, In