I faced the NotReadableException when I tried to upload an image and save it via image/intervention package in Laravel.
The error is because of upload maximum size in the php.ini file. So when I changed it to 20M instead of 2M the 3MB image uploaded successfully.
Subscribe to watch future videos.