I would like to integrate Uploadcare with Laravel. Github has a couple of packages, but they are all very old (ranging from 6 to 8 years ago). This seems to be Uploadcare’s “official” package, but it’s older than some forks:
Did anyone integrate with these packages yet? Which one? Does it still work?
Trying to implement this in Laravel, spent already 8 hours on it and can’t get it working This is because of my lack of experience implementing a non-Laravel package.
Some random questions:
I guess I need to setup a Laravel ServiceProvider?
I guess I need to setup a Laravel Facade?
I guess I need to setup a Laravel configuration file that is different from config/uploadcare.php (which simply has the public and private key)?
Etc.
I guess I also need to set the public and private key in .ENV?