Samuel Oluwadamilola Reigningking
Samuel Oluwadamilola Reigningking
Its August 2019. I got this error.. cURL error 3: malformed (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) I'm using laravel 5.8. Has anyone solved this issue?
I solved it like this ` $photo = 'uploads/'.time().'.'.$request->file('photo')->getClientOriginalExtension(); $path = storage_path('app/public/'.$photo); $imgFile = Image::make($request->file('photo')); $imgFile->fit(150,150)->save($path); ` I noticed the following: 1. you have to specify the full folder path,...
### I'm not sure two separate queries will work. What I want to do is this. I have a model called Package, and it has origin latitude, origin longitude, destination...
Any help ?
let me give you a scenerio. Mike wants to send a package from china town in chicago (origin) to miami in florida (destination_ So package has [id, origin_latitude, origin_longitude, destination_latitude,...
Please I'm still waiting, any assistance ?