Appearance
Credits & third-party licenses
ExchangePro product license
ExchangePro is proprietary software, not MIT or GPL. Buyers receive usage rights through a valid CodeCanyon purchase:
See LICENSE.txt in the downloadable package (root, backend/, or frontend/).
The complete third-party inventory is in CREDITS.md at the package root (copied in backend/ and frontend/ with pointers).
ExchangePro is built with open-source libraries and external services. Buyers are responsible for obtaining their own API keys where applicable.
Backend (PHP / Composer)
| Package | License | Purpose |
|---|---|---|
| Laravel Framework | MIT | Application framework |
| Laravel Sanctum | MIT | API authentication |
| Laravel Socialite | MIT | OAuth (Google, Facebook) |
Full dependency list: backend/composer.lock
Frontend (JavaScript)
| Package | License | Purpose |
|---|---|---|
| Nuxt | MIT | Vue framework |
| Vue.js | MIT | UI library |
| Tailwind CSS | MIT | Styling |
| shadcn-vue | MIT | UI components |
| reka-ui | MIT | Primitives |
| Lucide | ISC | Icons |
| TanStack Table | MIT | Data tables |
| VeeValidate | MIT | Forms |
| Zod | MIT | Schema validation |
| @vueup/vue-quill | BSD-3-Clause | Rich text editor |
| nuxt-auth-sanctum | MIT | Sanctum integration |
| CodeMirror | MIT | CSS/code editors |
| Embla Carousel | MIT | Carousels |
Full dependency list: frontend/package-lock.json or pnpm-lock.yaml
Fonts & CDN
| Asset | License | Notes |
|---|---|---|
| Google Fonts — Open Sans | OFL | Loaded from Google CDN in nuxt.config.ts |
For GDPR or offline deployments, self-host fonts and update nuxt.config.ts.
External services (buyer-provided)
| Service | Required | Terms |
|---|---|---|
| ExchangeRate-API | Optional (rate sync) | Buyer’s API agreement |
| Google OAuth | Optional | Google Cloud Terms |
| Facebook Login | Optional | Meta Platform Terms |
| SMTP provider | Recommended | Provider-specific |
ExchangePro does not include paid API subscriptions.
Images & demo content
- Replace placeholder marketing copy and testimonial content before production.
- Ensure stock photos/icons used in your demo comply with their licenses.
Documentation site
This documentation is built with VitePress (MIT).
Attribution template (for your footer)
You may add to your site footer:
text
Built with Laravel, Nuxt, and open-source software. See documentation for credits.