Documentation
SpaceKonnect - DigitalOcean Space Cloud Storage Addon
Thank you so much for purchasing our item from CodeCanyon.
- Version: 1.0
- Author: AmentoTech
- Created: 11 April, 2025
If you have any questions that are beyond the scope of this help file, please feel free to email via Item Support Page.
Things You Must Have:
These are prerequisites for SpaceKonnect.
- Background Queue Job must be running on Lernen for this add-on to work. See documentation here
-
Configure this queue worker to have long timeout settings. This add-on copies all storage data from local storage to DigitalOcean Space in the background, and this process may take a few minutes to complete. You can set timeout in your
/etc/supervisor/conf.d/
file as:... php artisan queue:work --timeoute=3600 //Adjust the timeout as needed ...
- Lernen version: 2.2.3

Download & Installation
Follow these steps to install the SpaceKonnect add-on in your Lernen project:
-
Step 1: Download the Package
When downloading the zip package file from CodeCanyon, you'll have all the files you need inside. The zip package contains the following files:
- SpaceKonnect.zip contains the SpaceKonnect Add-on
- documentation.zip contains documentation for the add-on
-
Step 2: Extract the Package
- Extract the downloaded zip file i.e. SpaceKonnect.zip
-
Step 3: Install SpaceKonnect
-
Go to Admin > Manage Addons and click on
Add new.
-
Choose the SpaceKonnect.zip file and click
on Install.
-
Alternatively, Manual Installation
If you prefer to manually install the SpaceKonnect add-on, follow these steps:
- Extract the downloaded zip file i.e. SpaceKonnect.zip in Modules/ directory
-
After uploading you need to execute the following commands in the website root directory through
CLI
- Execute this –
php artisan module:enable SpaceKonnect
- Execute this –
-
Go to Admin > Manage Addons and click on
Add new.

Admin Settings
- Maintenance Mode:
-
Go to Admin > Site management > Global settings > Maintenance and enable maintenance mode.
-
Global Settings Overview:
- In the DigitalOcean Space Setting section, you can access DigitalOcean Space settings:
- Access Key ID: Set the Access Key ID for your DigitalOcean Space.
- Secret Access Key: Set the Secret Access Key for your DigitalOcean Space.
- Default Region: Select the Default Region for your DigitalOcean Space.
- Bucket Name: Set the Bucket Name for your DigitalOcean Space.
- Save Changes: After adding the settings, click the Save changes button to apply the updates.
- Reset Options: You can reset specific sections or all settings using the Reset section or Reset all buttons.


- Once settings are saved, SpaceKonnect will automatically migrate existing files from local storage to DO Space.
- After configuration, your application will handle files directly with DigitalOcean Space. You do not need to make any additional adjustments to file upload code in your application.