We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting an error when I try to resize the images.
Missing argument 1 for Multup\Resize::resize(), called in C:\xampp\htdocs\laravel\bundles\multup\multup.php on line 190 and defined
I'm guessing it's because the class is called resize and that function is also called resize so it's treating it like a constructor?
Here's my code:
$sizes = array( array(210 , 210 , 'crop', 'public/img/items/thumbnail/210/', 90 ), array(90 , 300 , 'crop', 'public/img/items/thumbnail/90/', 90 ), ); $files = Multup::open('images', 'image|max:3000|mimes:jpg,gif,png', 'public/img/items/originals/') ->sizes( $sizes ) ->set_length( 20 ) ->upload();
The text was updated successfully, but these errors were encountered:
1ac9313
Hey @xuillo I just pushed a commit that should fix this issue. Please let me know if it's still happening!
Sorry, something went wrong.
Great thanks!
No branches or pull requests
I'm getting an error when I try to resize the images.
Missing argument 1 for Multup\Resize::resize(), called in C:\xampp\htdocs\laravel\bundles\multup\multup.php on line 190 and defined
I'm guessing it's because the class is called resize and that function is also called resize so it's treating it like a constructor?
Here's my code:
The text was updated successfully, but these errors were encountered: