Appearance
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:
| Part | Technology | Role |
|---|---|---|
| Backend | Laravel 13 (PHP 8.3+) | REST API, authentication (Sanctum), business logic, mail, file storage |
| Frontend | Nuxt 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 — demo logins in DEMO_CREDENTIALS.txt.
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
- Introduction — Features and concepts
- Requirements — Server and software versions
- Installation — No web installer; backend, frontend, database 3b. Full install checklist — Laravel + Nuxt + cron + queue
- First admin — Bootstrap your administrator (first signup = admin)
- Configuration —
.envfor both apps - Deployment — Production hosting
- 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 pointerSupport & contact (Xorin Lab)
- Live demo: exchangepro.xorinlab.com
- Website: xorinlab.com
- Documentation: docs.xorinlab.com/exchangepro (this site)
- Support: CodeCanyon item comments or support@xorinlab.com
- General inquiries: info@xorinlab.com
- Contact: contact@xorinlab.com
For reviewers
All installation steps can be completed without a purchase code. Use the installation overview and first admin pages.