robbiepaul / cloudconvert-laravel

A Laravel wrapper for the CloudConvert API
177 stars 34 forks source link

Cannot convert file upload... #6

Closed spdaly closed 9 years ago

spdaly commented 9 years ago

I'm not having any luck converting an uploaded Powerpoint file to PDF. I'm using L5. The uploaded file doesn't have an extension so CC returns a cannot convert this format error message. I have made several changes to the library code with no luck. Now I'm running in circles...

Any help???

robbiepaul commented 9 years ago

Hi. I've updated the package to be compatible with Laravel 5. See 5b9489359745a2c9f0b205937cf21cf0d7aa9913

Update your composer.json to version 2.1

spdaly commented 9 years ago

Composer cannot find the 2.1 tag.

robbiepaul commented 9 years ago

Apologies, I forgot to push up the tags. Should work now

robbiepaul commented 9 years ago

Also use "2.*" instead of "2.1"