Quick Installation Guide
Set up your MoneyMate investment platform in 5 simple steps.
MoneyMate Deployment Steps
- 1Verify your server meets the requirements — PHP 8.0.2+, Laravel 9.1, MySQL 5.1+, Composer, and the required PHP extensions (openssl, pdo, mbstring, gd, curl, zip, fileinfo, bcmath and more).
- 2Upload the MoneyMate backend files to your production server using FTP or your hosting control panel, then run the guided web installer by visiting your domain to complete database migration and initial platform configuration.
- 3Access the Admin Dashboard to configure currencies, fees & charges, company types, deposit methods, withdrawal methods, SEO, and other platform settings.
- 4Open /lib/backend/services/api_endpoint.dart inside the Flutter app and replace the placeholder domain with your own live website URL so the Company and User apps can reach your API.
- 5Set up your Flutter/Dart/JDK development environment, run flutter pub get, then build and deploy the Company and User apps alongside the website to start managing investment plans and investors.
Guided Web Installer
MoneyMate ships with a guided web installer that walks you through the database connection, product key verification, and initial data seeding step by step. No manual.envediting or database import is required during the initial installation process — see Server Setup Requirements and Deployment Guide in the sidebar for the full, detailed walkthrough.