I am trying to upload a file in the host but I get this msg, knowing that it is working well in the localhost
file_get_contents(): data:// wrapper is disabled in the server configuration by allow_url_fopen=0
my controller code:
Image::make(file_get_contents($back))->save($path_b);