Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AhmedMosad's avatar

image source not readable laravel 5.4 >>> using Intervention Image

0 likes
1 reply
dautovic's avatar

Add this in your form:

enctype="multipart/form-data"

Or

{{ Form::open(['route'=>'your-route', 'class'=>'form', 'files'=>true]) }}

Please or to participate in this conversation.