Image Intervention Image on Laravel

jake balba

So i got this error

Call to undefined function Intervention\Image\finfo_buffer() 

I got this error when using Intervention image on my laravel so here is my code

    if(Input::hasFile('imgchick'))
    {
    $img = Image::make('images/chickens/1419125359-chicken.jpg'); //got the error on this part
    $file = ImageInput::file('imgchick');
    $name = time().'-'.'chicken.jpg';
    $file = $file->move(public_path() . '/images/chickens', $name);
    $farm->img_loc=$name;

I already updated my php.ini and uncommented the some codes that was said need on some of my research, but its still not working. Please Help

Joseph Silber

You have to enable the finfo_buffer extension.

See here for more details:

https://github.com/Intervention/image/issues/131

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Laravel image intervention compression

intervention image in Laravel 8

Laravel Image Intervention avoid rotation

Image Validation in Laravel 5 Intervention

image intervention out of memory - laravel

Using Image Intervention with Laravel Nova

Intervention image multiple image upload in laravel

Laravel Progressive Image using Image intervention

Laravel Image Resize Problem (image-intervention)

Laravel 5 intervention image upload multiple size

Saving Intervention Image In Owners Folder in Laravel 5

Laravel intervention/image chrome/safari issue

Intervention cannot write image to the path in Laravel

Using intervention/image for upload /resizing with Laravel API

Laravel image intervention resize and put in storage

Image Intervention Can Not Be Installed On Laravel 9

Image Intervention w/ Laravel 5.4 Storage

php laravel What is the Stream() function in image intervention

Laravel + Image Intervention : Force download of file that is not saved

Laravel Image Intervention not working in artisan command

Laravel 5.2: create image thumbnails in using intervention

Laravel / Intervention Image Class - class not found

Use laravel storage with Image intervention canvas()

Intervention with Laravel - Unsupported image type provided with JPG

Laravel 5.2 Intervention Image 500 Server Error

Laravel Image Intervention resize quality loss

Cannot Install Laravel Package - Intervention Image

Laravel 5 Class 'Intervention\Image\ImageServiceProvider' not found

nginx 404 error with laravel image intervention