Hi,
Today, i we will show you laravel 8 “Class ‘Intervention\Image\ImageManagerStatic’ not found”. This article will give you simple example of laravel 8 “Class ‘Intervention\Image\ImageManagerStatic’ not found”. you will learn laravel 8 “Class’Intervention\Image\ImageManagerStatic’ not found”.
So let’s follow few step to create example of laravel 8 “Class ‘Intervention\Image\ImageManagerStatic’ not found”.
Install intervention/image package
composer require intervention/image
declare it on app.php
'providers' => [ // ... Intervention\Image\ImageServiceProvider::class, ] 'aliases' => [ // ... 'Image' => Intervention\Image\Facades\Image::class, ]