Step-by-step guides for purchasing, downloading, installing, and activating your modules.
Purchasing a license gives you access to download, install, and activate a module on your domain.
For Bank Transfer payments, your license will be activated once we verify the transfer (1-2 business days). You'll receive an email notification.
Once your license is active, you can download the module files from your dashboard.
Each module download typically includes:
Downloads are tied to your license. Do not share download files with unauthorized users. Each domain requires its own license activation.
Follow these steps to install a module on your application.
# Copy assets to public directory
assets/ → public/modules/{module-name}/
# Copy views to resources
themes-resources/ → resources/views/modules/{module-name}/
# Copy public templates
themes-public/ → public/themes/{module-name}/
# Copy database files
database/ → database/migrations/php artisan migratephp artisan cache:clear
php artisan config:clear
php artisan view:clearIf your hosting doesn't support SSH, use your hosting panel's File Manager to upload and extract files. Contact support if you need help with installation.
After installing the module, you need to activate your license to enable it on your domain.
For custom integrations, you can activate licenses programmatically using the verification API:
POST /api/v1/verify
// Request body:
{
"purchase_code": "YOUR_LICENSE_KEY",
"buyer_username": "your@email.com",
"domain": "yourdomain.com"
}
// Success response:
{
"status": "verified",
"auth_token": "...",
"expires_at": "2027-04-26"
}You can view and manage your domain activations from My Licenses in your dashboard. Each license has a domain limit — you can deactivate a domain to free up a slot for a different domain.
Each license is tied to a specific number of domains (shown in your license details). If you exceed the domain limit, you'll need to deactivate an existing domain or upgrade your license tier.
php artisan migrate to apply database changes.If the issue persists, open a support ticket with the following information: your license key, the error message, and your server's PHP version.
Our support team is available 24/7 to help with installation and activation.
Open Support Ticket