Support the ongoing development of Laravel.io →
Configuration
Last updated 1 year ago.
0

Probably ran out of memory. You can try increasing it in php.ini, your .htaccess file or at runtime.

ini_set('memory_limit', '512M');
Last updated 1 year ago.
0

still the same problem

Last updated 1 year ago.
0

Then check your logs (app/storage/logs/laravel.log)

Last updated 1 year ago.
0

it still the same problem ...

Last updated 1 year ago.
0

Well what do you expect? You give 0 information, no error messages, no code, no sample image, not even what package you are using for resizing images. You can set a max size for the image, either in your form or in the validation (http://laravel.com/docs/validation#rule-size) With Intervention/image you can get the width/height of an image, so you can check the resolution.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.