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.com
Recommended redirect
https://www.your-domain.com → https://your-domain.com
Mail sender
no-reply@your-domain.com

Production 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/settingsStorage. Choose either:

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