Godstime John

Results 3 issues of Godstime John

I have implemented socket using this library for my backend, i have tested with a Js client i built, and it worked. But refuse to connect for my Android client,...

I followed all the steps yet am having this error Class 'Paystack' not found. I tried all suggestions made in this issue "Class 'Paystack' not found #52 ", but to...

No provision to specify image name using the upload method ``` cloudinary()->upload($request->file('file')->getRealPath(), [ 'folder' => 'posts', 'transformation' => [ 'width' => 1920, 'height' => 1280 ] ])->getSecurePath(); ```