Laravel – Upload image api imgur
I'm trying to use the imgur api to upload images for my personal blog covers, but I just get error after error, I guess I'm doing it wrong. I'm using Laravel with Livewire 3, below I will show my code…
I'm trying to use the imgur api to upload images for my personal blog covers, but I just get error after error, I guess I'm doing it wrong. I'm using Laravel with Livewire 3, below I will show my code…
my code in github, but I didn't upload the latest version: https://github.com/godzillalogan/markdownblog I use node.js and express.js framework. Database use mongoDB. I am using the package Imgur and dotenv, try to upload image to imgur. But I encounter some bug:…