thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Fix "Unable to init from given binary data." when upload media #5857

Closed nuocgansoi closed 1 month ago

nuocgansoi commented 1 month ago

Storage::get($path) returns file contents as a string which may not be cast to valid binary data for Image::make() to be able to read.

nuocgansoi commented 1 month ago

This is only necessary when running on Wsl 1.