Mohamed Hesham
Mohamed Hesham
I run the package on foo.localhost but it always says "Hostname does not match." The host_name in config is set to "localhost" When I change the host in config to...
Hi I am using `png` format but seems that it is 5x slower than `svg` I can''t use `svg` because it is not supported by `Intervention` So, can you please...
Hi Thanks for the great adapter! I wonder if there is support for streams somewhere in the package I want to use the adapter to upload the video directly to...
Hi I checked `BunnyAPI.php` file and found at line `100` this code ```php if ($url_type === 'BASE') {//General CDN curl_setopt($curl, CURLOPT_URL, self::API_URL . $url); curl_setopt($curl, CURLOPT_HTTPHEADER, array("Accept: application/json", "AccessKey: $this->api_key",...
I want to use this package with bunny streaming tus https://docs.bunny.net/reference/tus-resumable-uploads I don't know where to set headers and file meta data mentioned in the page It will be helpful...