Launch Package
CodeDevStack Online
Independent premium marketplace for scripts, apps, plugins, SaaS kits, APIs and source-code products. This package is branded for your-domain.com and prepared for your own marketplace platform.
Domain
Main domain
https://your-domain.comRecommended redirect
https://www.your-domain.com → https://your-domain.comMail sender
no-reply@your-domain.comProduction install rule
For live launch, do not rely on local JSON fallback. The installer now blocks production setup unless MySQL is connected and database/schema.sql is imported. Use ALLOW_LOCAL_FALLBACK=true only for local testing.
Install
cp .env.example .env # edit DB credentials and set a long random APP_KEY composer install mysql -u USER -p DATABASE < database/schema.sql # optional demo data only; do not import seed.sql for a clean live marketplace # mysql -u USER -p DATABASE < database/seed.sql php -S localhost:8000 -t public
First launch flow
1. Point domain to hosting/VPS and enable HTTPS.
2. Import
database/schema.sql.3. Open
/setup and create your real Super Admin.4. Go to
/superadmin/settings and configure storage, payments, email, uploads, and security.5. Upload your first product from Author Studio.
6. Test buyer checkout, license activation, support, and secure download.
Storage switch
Go to /superadmin/settings → Storage. Choose either:
- Hosting/local storage: uploads to
public/uploads. Good for starting small. - Cloudflare R2: uploads product ZIPs/media to R2 using the S3-compatible API. Better for scale.
Protected downloads use signed links through /secure-download.
Safety changes in this launch package
Branded for CodeDevStack Online
Production installer requires database unless fallback is explicitly enabled
Mock checkout blocked when test mode is off
Webhook payment completion only processes successful payment events
PWA manifest and service worker added
Nginx config updated for your-domain.com
Extra docs
docs/DOMAIN_LAUNCH_GUIDE.mddocs/PREMIUM_REBUILD_BLUEPRINT.mddocs/R2_STORAGE_GUIDE.mddocs/PRODUCTION_READINESS.md