-
Published Question
My website is made in laravel (PHP framework). There are a set of files which I need to zip and give to the user at run time.
So, one user uploads a bunch of files and another user shows up to download them. I need t...
1
•
•
By
aklearn
DigitalOcean
Ubuntu 16.04
-
Published Answer
Is there an update on this? I’m trying to do this with Laravel (PHP framework). There are a set of files which I need to zip and gi…
•
By
aklearn
-
Published Question
On one page i'm getting about 8 images using the bucket (Spaces) and it takes about a minute to load (actual time). Without the images it's much faster.
I'm using laravel's Storage library to get the images.
```
$url...
1
•
•
By
aklearn
Block Storage
Ubuntu 16.04
-
Published Question
I'm re-arranging the folder structure of folders I have in the bucket on Digital Ocean. The data is around 99GB. If I run the cron, it's going to run for a while?
If the cron can't run for a day because of settings o...
1
•
•
By
aklearn
Block Storage
-
Published Answer
Also, version 1 SDK has a dependency on a package which requires PHP 5.3.9. I have 5.3.29 on the server. I don’t think version of 1…
•
By
aklearn
-
Published Question
My server is on PHP 5.3. The SDK uses 5.4+ (version 2). I looked at version 1(5.3+) but can't make sense of it.
I've tried using Amazon's SDK but they also require 5.4+. I even had it figured out on my local.
MY QUE...
1
•
•
By
aklearn
API
Arch Linux