Skip to content

ExchangePro documentation

Version

This documentation covers ExchangePro v1.0 (release 1.0.0). Support at support@xorinlab.com applies to this version.

ExchangePro is a currency exchange platform sold as a split stack:

PartTechnologyRole
BackendLaravel 13 (PHP 8.3+)REST API, authentication (Sanctum), business logic, mail, file storage
FrontendNuxt 4 (Vue 3)Public website, user dashboard, admin panel

Buyers install both applications and point the frontend at the API URL.

Live demo

Try ExchangePro online: exchangepro.xorinlab.com. Preview logins are listed in DEMO_CREDENTIALS.txt at the ZIP root (for the author demo only — not created on your own install).

Security at install time

Until an admin exists, the first user who registers at /signup becomes administrator. Register yourself before the site is public. See First admin.

What you get

  • Public site - Home page builder, live rates showcase, currency converter, blog, legal pages, contact form, newsletter.
  • User dashboard - Create exchanges, submit payment proofs, transaction history, profile, support tickets, notifications.
  • Admin panel - Approve/cancel/refund exchanges, manage currencies & rates, users, content, SEO, IP blocking, subscribers, and more.

Documentation map

  1. Introduction - Features and concepts
  2. Requirements - Server and software versions
  3. Installation - No web installer; backend, frontend, database 3b. Full install checklist - Laravel + Nuxt + cron + queue
  4. First admin - Bootstrap your administrator (first signup = admin)
  5. Configuration - .env for both apps
  6. Deployment - Production hosting
  7. Admin panel - Day-to-day operations

Package contents (CodeCanyon ZIP)

Typical layout:

text
ExchangePro/
├── backend/          # Laravel API
├── frontend/         # Nuxt application
├── doc/              # Offline buyer documentation (index.html)
├── CHANGELOG.md      # Version history
├── CREDITS.md        # Third-party licenses
├── INSTALL.md        # Step-by-step install (no web wizard)
├── LICENSE.txt       # Product license
├── README.txt        # Quick start pointer
└── DEMO_CREDENTIALS.txt  # Live preview login accounts

Support & contact (Xorin Lab)

For reviewers

All installation steps can be completed without a purchase code. Use the installation overview and first admin pages.

Need help? support@xorinlab.com · Website: xorinlab.com