I guess you should call the 'make' method before you actually try to save the image ...
It think it's a naming convention thing. It looks like you set up the Intervention package, and so make the Image Facade in the config/app.php file.
So you call upon a Intervention\Image::save() method which doesn't exists. Rename your Image model to Picture or something or rename the Facade.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community