Customer Application, Partner Application, and Admin Panel — all included.
Welcome to RithLaundry, a modern on-demand laundry service platform designed to simplify the way users manage their laundry needs. The platform enables customers to browse laundry services and products, select preferred washing options, schedule pickups and deliveries, and place orders effortlessly through a user-friendly mobile application.
RithLaundry is delivered as a white-label platform, allowing businesses to customize branding, configurations, services, and operational workflows according to their business requirements.
RithLaundry integrates with various third-party services to provide enhanced functionality. Please note that third-party services are not included in the base package and require separate paid subscriptions or licenses. These include but are not limited to:
Important: Clients are responsible for procuring and managing their own third-party service accounts and subscriptions. RithLaundry provides the integration framework only; service credentials, API keys, and associated costs are the client's responsibility.
Basic knowledge of mobile application deployment, server configuration, Firebase services, and third-party API integrations is recommended before installation and customization.
Ensure the following software versions are installed before proceeding:
| Tool/Software | Version | Purpose |
|---|---|---|
| Node.js | v16.x or v18.x (LTS) | Required to run React and npm scripts |
| npm | v8.x or later | Comes with Node.js |
| Git | Optional but recommended | For version control and some setups |
| Code Editor | VS Code (recommended) | For editing and running code |
| Browser | Latest Chrome, Firefox, or Edge | For testing the app |
Note: It's necessary to have a basic knowledge in both server side and mobile app development.
Run these commands in your terminal/command prompt to confirm all required tools are properly installed:
# Check Node.js version
node --version # Should show v16.x, v18.x or higher
# Check npm version
npm --version # Should show v8.x or higher
# Check PHP version
php --version # Should show 8.4
# Check Composer version
composer --version # Should show 2.5 or higher
# Check MySQL version
mysql --version # Should show 8.0 or higher
# Check Java version (for Android)
java --version # Should show 17
If all commands show the correct versions (or higher), your environment is ready for installation.
If any command returns "not found" or shows an older version, please install or update the corresponding software before proceeding.
RithLaundry is built using modern and scalable technologies to power customer applications, partner applications, and administrative operations.
Before installing and running the application, ensure the following technologies and tools are installed with the recommended versions.
| Category | Technology | Version | Purpose |
|---|---|---|---|
| Mobile Applications (Customer & Partner) | |||
| Framework | React Native | 0.77.1 | Cross-Platform Mobile Development |
| UI Library | React | 18.3.1 | Application User Interface |
| Navigation | React Navigation | Latest | Screen Navigation |
| State Management | Redux Toolkit | Latest | Application State Management |
| HTTP Client | Axios | Latest | API Communication |
| JavaScript Engine | Hermes | Latest | Performance Optimization |
| React Admin Panel | |||
| Framework | React | 18.3.1 | Admin Dashboard User Interface |
| Build Tool | Vite | Latest | Development & Production Build |
| Routing | React Router DOM | 6.x | Client-side Routing |
| HTTP Client | Axios | Latest | Backend API Communication |
| Icons | Lucide React | Latest | Dashboard Icons |
| Charts | Chart.js + React ChartJS 2 | Latest | Analytics & Reports |
| Notifications | React Toastify | Latest | Toast Notifications |
| Backend (Laravel API) | |||
| Language | PHP | 8.4 | Server-Side Programming |
| Framework | Laravel | 11.x | Backend API Framework |
| Database | MySQL | 8.0 | Relational Database |
| Dependency Manager | Composer | 2.5+ | PHP Package Management |
| HTTP Client | Guzzle HTTP | Latest | External API Communication |
| Firebase SDK | Kreait Firebase PHP | Latest | Firebase Services Integration |
| SMS Gateway | Twilio SDK | Latest | SMS & OTP Services |
| Android Development Environment | |||
| Node.js | Node.js | 18+ | JavaScript Runtime |
| Android SDK | Android SDK | 35 | Android Development Platform |
| Build Tools | Android Build Tools | 36.0.0 | Application Compilation |
| Minimum SDK | Android SDK | 24 | Minimum Supported Android Version |
| Target SDK | Android SDK | 35 | Target Android Version |
| Gradle | Gradle | 8.10.2 | Build Automation |
| Kotlin | Kotlin | 2.0.21 | Android Native Support |
| Android NDK | NDK | 27.1.12297006 | Native Library Support |
| Java | JDK | 17 | Android Development Environment |
| iOS Development Environment | |||
| iOS Deployment Target | iOS | 13+ | Minimum Supported iOS Version |
| Xcode | Xcode | 16.x+ | iOS Development Environment |
| CocoaPods | CocoaPods | 1.15.x+ | iOS Dependency Management |
| Third-Party Integrations | |||
| Push Notifications | Firebase Cloud Messaging | Latest | Real-Time Notifications |
| Authentication | Firebase Authentication | Latest | OTP Verification |
| Storage | Firebase Storage | Latest | Image & Document Uploads |
| Payment Gateway | Razorpay / Stripe | Latest | Online Payment Processing |
| Maps & Location | MapLibre / Mapbox | Latest | Location Services & Navigation |
RithLaundry integrates with various third-party services that require separate paid subscriptions. These include:
Important: Clients are responsible for procuring and managing their own third-party service accounts, API keys, and subscriptions.
Install all required SDKs, development tools, and dependencies using the recommended versions before beginning the installation process. Version mismatches may result in build or runtime issues.
Pro Tip: Use Node Version Manager (NVM) for Node.js version management and Android Studio SDK Manager for maintaining Android SDK compatibility.
RithLaundry integrates with several third-party services to provide functionality such as maps, notifications, authentication, email delivery, and payment processing. These services are not included with the purchase package and must be configured using your own accounts and credentials where applicable.
| Service | Purpose | Required |
|---|---|---|
| MapLibre / RouteMappy Maps | Maps, Routing, Address Search & Location Services | Yes |
| Firebase Cloud Messaging (FCM) | Push Notifications | Yes |
| Firebase Authentication | OTP Verification & Authentication | Optional |
| Firebase Storage | Image & Document Uploads | Yes |
| SMTP Mail Service | Email Notifications, Password Reset & Verification | Yes |
| Twilio SMS | SMS Notifications & OTP Delivery | Optional |
| Razorpay | Online Payment Processing | Optional |
| Stripe | Online Payment Processing | Optional |
| PayPal | Online Payment Processing | Optional |
RithLaundry utilizes MapLibre for mapping and location services with RouteMappy tiles. This provides customizable mapping capabilities including route calculation, address search, navigation support, service area management, and location-based functionality.
If you require mapping services for your application, please contact the RouteMappy team directly.
RithLaundry uses Google Firebase for push notifications (FCM), authentication, and cloud storage. A Firebase project is required to enable these features.
RithLaundry supports multiple payment gateways for online payments. Choose one or more based on your business requirements and region.
API keys, payment gateway accounts, SMS credits, email service providers, hosting services, domain registration, SSL certificates, and map service subscriptions or licensing fees are not included with the purchase package. Buyers are responsible for creating and maintaining their own third-party service accounts and subscriptions where applicable.
RithLaundry consists of two mobile applications:
For end-users to book laundry services
For service providers to manage bookings
Common Base Version: React Native 0.85.3 with React 19.2.3
Node Engine: >= 22.11.0
These libraries provide the core framework functionality and handle state management, navigation, API communication, and date processing.
| Package | Version | Customer | Partner | Purpose |
|---|---|---|---|---|
| react | 19.2.3 | check_circle | check_circle | UI Library |
| react-native | 0.85.3 | check_circle | check_circle | Cross-platform mobile framework |
| react-redux | ^9.3.0 | check_circle | check_circle | State management |
| redux | ^5.0.1 | check_circle | check_circle | State container |
| axios | ^1.16.1 | check_circle | check_circle | HTTP client for API calls |
| moment | ^2.30.1 | check_circle | check_circle | Date and time formatting |
| i18next | ^26.3.0 | check_circle | check_circle | Internationalization |
| react-i18next | ^17.0.8 | check_circle | check_circle | React i18next integration |
These libraries handle screen navigation, routing, and tab management within the applications.
| Package | Version | Customer | Partner | Purpose |
|---|---|---|---|---|
| @react-navigation/native | ^7.2.4 | check_circle | check_circle | Core navigation library |
| @react-navigation/native-stack | ^7.15.1 | check_circle | check_circle | Stack navigation |
| @react-navigation/bottom-tabs | ^7.16.1 | check_circle | check_circle | Bottom tab navigation |
| @react-navigation/drawer | ^7.10.2 | check_circle | check_circle | Drawer/side menu navigation |
| @react-navigation/stack | ^7.9.2 | cancel | check_circle | Stack navigation (Partner only) |
| react-native-screens | ^4.25.2 | check_circle | check_circle | Native screen optimization |
| react-native-safe-area-context | ^5.5.2 | check_circle | check_circle | Safe area handling |
These libraries enable map rendering and location tracking within the application.
| Package | Version | Customer | Partner | Purpose |
|---|---|---|---|---|
| @maplibre/maplibre-react-native | ^10.2.1 | check_circle | check_circle | Map rendering (MapLibre) |
| react-native-maps | ^1.27.2 | check_circle | check_circle | Alternative map rendering |
| react-native-google-places-autocomplete | ^2.6.4 | check_circle | cancel | Google Places autocomplete (Customer only) |
| @react-native-community/geolocation | ^3.4.0 | check_circle | check_circle | GPS location services |
| react-native-android-location-enabler | ^3.0.1 | check_circle | check_circle | Android location services |
Firebase is integrated to support real-time notifications and data synchronization.
| Package | Version | Customer | Partner | Purpose |
|---|---|---|---|---|
| @react-native-firebase/app | ^24.0.0 | check_circle | check_circle | Firebase core |
| @react-native-firebase/database | ^24.0.0 | check_circle | check_circle | Real-time database |
| @react-native-firebase/messaging | ^24.0.0 | check_circle | check_circle | Push notifications |
| @notifee/react-native | ^9.1.8 | cancel | check_circle | Enhanced notifications (Partner only) |
These libraries enhance the user interface and animation experience.
| Package | Version | Customer | Partner | Purpose |
|---|---|---|---|---|
| react-native-reanimated | ^4.3.1 | check_circle | check_circle | Smooth animations |
| react-native-gesture-handler | ^2.31.2 | check_circle | check_circle | Gesture-based interactions |
| lottie-react-native | ^7.3.8 | check_circle | check_circle | Animated illustrations |
| react-native-paper | ^5.15.3 | check_circle | cancel | Material Design components (Customer only) |
| react-native-vector-icons | ^10.3.0 | check_circle | check_circle | Icon library |
| react-native-svg | ^15.15.5 | cancel | check_circle | SVG rendering (Partner only) |
| react-native-linear-gradient | ^2.8.3 | check_circle | check_circle | Gradient backgrounds |
| react-native-reanimated-carousel | ^4.0.3 | check_circle | check_circle | Carousel/slider component |
| react-native-animatable | ^1.4.0 | check_circle | cancel | Pre-built animations (Customer only) |
| react-native-drop-shadow | ^1.0.3 | check_circle | check_circle | Drop shadow effects |
| react-native-circular-progress | ^1.4.1 | cancel | check_circle | Circular progress indicators (Partner only) |
| deprecated-react-native-prop-types | ^5.0.0 | cancel | check_circle | Deprecated prop types (Partner only) |
These libraries enable the application to interact with native device capabilities.
| Package | Version | Customer | Partner | Purpose |
|---|---|---|---|---|
| react-native-image-picker | ^8.2.1 | check_circle | check_circle | Image selection from camera/gallery |
| react-native-fs | ^2.20.0 | check_circle | check_circle | File system access |
| react-native-haptic-feedback | ^3.0.0 | check_circle | cancel | Device vibration/haptic feedback (Customer only) |
| react-native-device-info | ^15.0.2 | check_circle | check_circle | Device information |
| @react-native-async-storage/async-storage | ^3.1.0 | check_circle | check_circle | Local data persistence |
| @react-native-community/netinfo | ^12.0.1 | check_circle | check_circle | Network connectivity monitoring |
| @react-native-community/datetimepicker | ^9.1.0 | cancel | check_circle | Date/time picker (Partner only) |
| @react-native-picker/picker | ^2.11.4 | check_circle | check_circle | Dropdown/picker component |
| react-native-fast-image | ^8.6.3 | check_circle | check_circle | Fast image loading |
| react-native-restart | ^0.0.27 (C) / ^0.0.28 (P) | check_circle | check_circle | App restart functionality |
The application integrates multiple payment gateways to support secure online transactions.
| Package | Version | Customer | Partner | Purpose |
|---|---|---|---|---|
| react-native-razorpay | ^3.0.0 | check_circle | cancel | Razorpay payment gateway (Customer only) |
| flutterwave-react-native | ^1.0.4 | check_circle | check_circle | Flutterwave payment gateway |
| @stripe/stripe-react-native | ^0.66.0 | check_circle | cancel | Stripe payment gateway (Customer only) |
| react-native-paystack-webview | ^5.0.3 | check_circle | cancel | Paystack payment gateway (Customer only) |
These libraries are specific to the Customer application.
| Package | Version | Purpose |
|---|---|---|
| react-native-animated-loader | ^1.0.0 | Animated loading indicators |
| react-native-app-intro-slider | ^4.0.4 | Onboarding/intro slides |
| react-native-dialog | ^9.3.0 | Dialog boxes |
| react-native-dialog-input | ^1.0.8 | Input dialog boxes |
| react-native-easy-content-loader | ^0.3.2 | Content loading placeholders |
| react-native-get-random-values | ^2.0.0 | Cryptographic random values |
| react-native-gifted-chat | ^3.3.3 | Chat/messaging interface |
| react-native-modal | ^14.0.0-rc.1 | Modal dialog components |
| react-native-pager-view | ^8.0.2 | Pager/swipe view |
| react-native-phone-input | ^1.3.7 | Phone number input with country codes |
| react-native-picker-select | ^9.3.1 | Picker select component |
| react-native-progress | ^5.0.1 | Progress bars and indicators |
| react-native-ratings | ^8.1.0 | Star rating component |
| react-native-raw-bottom-sheet | ^3.0.0 | Bottom sheet component |
| react-native-step-indicator | ^1.0.3 | Step indicator component |
| react-native-ui-stepper | ^1.2.4 | UI stepper component |
| toastify-react-native | ^7.2.3 | Toast notification messages |
These libraries are specific to the Partner application.
| Package | Version | Purpose |
|---|---|---|
| react-native-app-intro-slider | ^4.0.4 | Onboarding/intro slides |
| react-native-phone-input | ^1.3.7 | Phone number input with country codes |
| react-native-ui-stepper | ^1.2.4 | UI stepper component |
File Location: android/build.gradle
| Configuration | Value |
|---|---|
| Build Tools Version | 35.0.0 |
| Minimum SDK Version | 24 |
| Compile SDK Version | 35 |
| Target SDK Version | 35 |
| Android NDK Version | 27.1.12297006 |
| Kotlin Version | 2.0.21 |
classpath("com.android.tools.build:gradle:8.7.2")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath 'com.google.gms:google-services:4.4.2'
The RithLaundry Admin Panel provides complete control over the platform. Below is the detailed menu structure and functionality with step-by-step workflows.
| Menu Section | Sub-Menu Items | Functionality |
|---|---|---|
| Dashboard | ||
| Dashboard | - | Overview of platform analytics, revenue, orders, and statistics |
| Settings | ||
| App Settings | - | Configure customer and partner app settings, features, and configurations |
| Map Settings | - | Configure map integration, location services, and API keys |
| Statuses | - | Manage order status options (Pending, Confirmed, Picked Up, Processing, Ready for Dispatch, Out for Delivery, Delivered, Completed) |
| Banner Images | - | Create and manage promotional banners for app home screen |
| Delivery Boy Reward Settings | - | Configure rewards and incentives for delivery partners |
| About Us | - | Manage About Us content displayed in the app |
| Customers | ||
| Customers | - | View and manage all registered customers |
| Customer Wallet Histories | - | View customer wallet transactions and balances |
| Feedbacks | - | View and respond to customer feedback and reviews |
| Users | ||
| Users | - | Manage admin users and their roles/permissions |
| Delivery Boys | - | Create, manage, and verify delivery partners. Assign roles and monitor performance |
| Orders | ||
| Orders | - | View and manage all customer orders. Allocate orders to delivery partners |
| Promo Codes | - | Create and manage promotional discount codes for customers |
| Products | ||
| Products | - | Manage laundry products and services (Dry Cleaning, Ironing, Wash & Iron, Washing) |
| Categories | - | Manage clothing categories (Men, Women, Kids) |
| Services | - | Manage service types and pricing |
| Locations | ||
| Cities | - | Manage cities where service is available |
| Areas | - | Manage areas within cities for service zones |
| Apartments | - | Manage apartments and buildings for delivery addresses |
| Payments | ||
| Payment Methods | - | Configure accepted payment methods (Card, UPI, Wallet, Net Banking) |
| Fare Managements | - | Manage service pricing, delivery charges, and commission rates |
| Subscriptions | ||
| Subscriptions | - | Create and manage subscription plans |
| Subscription Benefits | - | Manage benefits included in each subscription plan |
| Subscription Benefit Histories | - | View subscription benefit usage history |
| Customer Subscriptions | - | View and manage customer subscriptions |
| Content | ||
| Labels | - | Manage labels and translations for multi-language support |
| Notifications | - | Configure push notifications and templates |
| Code Masters | - | Manage code master data and configurations |
| Website | ||
| Website Setting | - | Configure website settings and content |
| Steps | - | Manage "How It Works" steps for website |
| Testimonials | - | Manage customer testimonials for website |
| Legal | ||
| Privacy Policies | - | Manage privacy policy content |
| Terms & Conditions | - | Manage terms and conditions content |
| Faqs | - | Create and manage FAQs for customers and partners |
| Filament Shield | ||
| Roles | - | Manage user roles and permissions (Super Admin, Admin, Manager, Delivery Boy) |
http://yourdomain.com/admin
Default Credentials: admin@gmail.com / admin
This admin panel requires PHP 8.4. Please ensure you have the correct version installed before proceeding.
php --version # Should show PHP 8.4.x
Extract the downloaded source files to your working directory.
Copy the admin folder and paste it inside XAMPP → htdocs. Rename your project folder (e.g., RithLaundry_admin).
Navigate to your project folder:
cd C:\xampp\htdocs\RithLaundry_adminRun the following command to install all PHP dependencies:
composer installWhen finished, verify the vendor folder has been created in your project.
Follow these steps in phpMyAdmin:
http://localhost/phpmyadmin in your browserrithlaundry_admin)Import the SQL file located at admin/db_file/Rithlaundry_admin.sql using phpMyAdmin:
Rithlaundry_admin.sql file from your projectRun the following command to generate a unique application key:
php artisan key:generateIf .env file is not visible, enable "show hidden files" in your system settings. Update the .env file in your project root with the following settings:
APP_URL=ENTER_YOUR_URL_HERE
APP_ASSET_URL=ENTER_YOUR_URL_HERE/public/upload
APP_ENV=production
APP_DEBUG=false
DB_DATABASE=your_database_name
DB_USERNAME=your_db_username
DB_PASSWORD=your_db_password
TWILIO_SID=your_twilio_sid
TWILIO_TOKEN=your_twilio_token
TWILIO_FROM=your_twilio_number
RAZORPAY_KEY=your_razorpay_key
RAZORPAY_SECRET=your_razorpay_secret
Firebase is required for push notifications, real-time database features, and other Firebase services. Before using the application, configure your own Firebase project.
your-app-name-firebase-adminsdk.json).Copy the downloaded Firebase JSON file into the following directory:
Admin/config/your-app-name.json
FIREBASE_FILE=your-app-name.json
FIREBASE_DB=https://your-project.firebaseio.com
FCM_SERVER_KEY=your_fcm_server_key
FCM_SENDER_ID=your_fcm_sender_id
Firebase Connected
Once the JSON file is uploaded and the .env values are updated,
the application will automatically connect to your Firebase project.
Security Notice
Never share your Firebase Service Account JSON file or upload it to a public Git repository. This file contains sensitive credentials with administrative access to your Firebase project.
Important: Replace all placeholder values with your actual credentials before running the application.
Run the following command to create the database tables:
php artisan migrateRun the following command to seed the database with default data:
php artisan db:seed --force--force flag is used to run the seeder in production environments. For local development, you can omit it.
Run the following command to generate all Shield permissions:
php artisan shield:generate --all --option=permissions --panel=adminAfter generating permissions, run this command to assign the super admin role to your admin user:
php artisan tinker --execute="
\$role = DB::table('roles')->where('name','super_admin')->first();
\$perms = DB::table('permissions')->pluck('id')->toArray();
\$rows = array_map(fn(\$id) => ['permission_id'=>\$id,'role_id'=>\$role->id], \$perms);
DB::table('role_has_permissions')->insertOrIgnore(\$rows);
DB::table('model_has_roles')->insertOrIgnore(['role_id'=>1,'model_type'=>'App\\\Models\\\User','model_id'=>1]);
echo 'Done: Admin assigned to super_admin role';
"Run the following command to optimize the application for production:
php artisan optimizephp artisan serveThe application will be available at http://127.0.0.1:8000
Open http://127.0.0.1:8000 in your browser.
APP_ENV=production and APP_DEBUG=false in your .env file.
Run these commands in sequence to set up your admin panel:
# Step 1: Install dependencies
composer install
# Step 2: Generate application key
php artisan key:generate
# Step 3: Run migrations
php artisan migrate
# Step 4: Seed the database
php artisan db:seed --force
# Step 5: Optimize the application
php artisan optimize
# Step 6: Generate Shield permissions
php artisan shield:generate --all --option=permissions --panel=admin
# Step 7: Assign super admin role to admin user
php artisan tinker --execute="
\$role = DB::table('roles')->where('name','super_admin')->first();
\$perms = DB::table('permissions')->pluck('id')->toArray();
\$rows = array_map(fn(\$id) => ['permission_id'=>\$id,'role_id'=>\$role->id], \$perms);
DB::table('role_has_permissions')->insertOrIgnore(\$rows);
DB::table('model_has_roles')->insertOrIgnore(['role_id'=>1,'model_type'=>'App\\\Models\\\User','model_id'=>1]);
echo 'Done: Admin assigned to super_admin role';
"
# Step 8: Start the server
php artisan serve
Use these default credentials to log in to the admin panel:
| Email: | admin@gmail.com |
| Password: | admin |
| Access Level: | Super Administrator |
Security Alert: Change these credentials immediately after first login.
Before installing, ensure your system meets these requirements:
rithlaundry-landing-page/
├── node_modules/
├── public/ # Static assets
│ └── vite.svg
├── src/
│ ├── assets/ # Images, icons, videos
│ │ ├── Herobg.webm # Hero background video
│ │ ├── Launderposter.webp # Video poster/thumbnail
│ │ └── Logo.webp # Company logo
│ ├── Components/ # Reusable UI components
│ │ ├── TranslateButton.jsx
│ ├── Data/ # Data files
│ │ └── data.js
│ ├── Landingpage/ # Main page component
│ │ └── Landingpage.jsx
│ ├── Theme/ # Theme configuration
│ │ ├── theme.js
│ │ └── ThemeContext.jsx
│ ├── api.js
│ ├── App.css
│ ├── App.jsx
│ ├── index.css
│ ├── main.jsx
├── eslint.config.js
├── index.html
├── package-lock.json
├── package.json
├── README.md
└── vite.config.js
Extract the downloaded ZIP file to your desired location.
~/Projects/rithlaundry-landing-page/
cd path/to/rithlaundry-landing-page
Run npm install to install all required packages:
npm install
Launch the development server:
npm run dev
The application will be available at http://localhost:5173
Admin Panel Access: http://localhost:5173/admin
admin@rithlaundry.comadmin123
| Field | Description |
|---|---|
| ID | Auto-generated unique identifier |
| Title | App/company title |
| Description | Brief description of the app |
| Image | App logo or icon |
| Field | Description |
|---|---|
| ID | Auto-generated unique identifier |
| Title | Website title |
| Description | Website description/meta description |
| Banner Image | Hero section background image |
| Playstore Link | Google Play Store app URL |
| Appstore Link | Apple App Store app URL |
| Store Image | App store mockup image |
| Store Title | Store section heading |
| Store Description | Store section description |
| Contact Link | WhatsApp/contact link |
| Website Color | Primary color for website |
| Facebook Link | Facebook page URL |
| Twitter Link | Twitter/X profile URL |
| Linkedin Link | LinkedIn company URL |
| Skype Link | Skype contact URL |
| Field | Description |
|---|---|
| ID | Auto-generated unique identifier |
| Title | Feature title |
| Description | Feature description |
| Image | Feature illustration/icon |
| Field | Description |
|---|---|
| ID | Auto-generated unique identifier |
| Title | Step title |
| Description | Step description |
| Icon | Font Awesome icon class |
| Field | Description |
|---|---|
| ID | Auto-generated unique identifier |
| Count | Number/statistic value |
| Title | Achievement description |
| Field | Description |
|---|---|
| ID | Auto-generated unique identifier |
| Name | Customer/vendor name |
| Avatar | Profile image URL |
| Comments | Testimonial text |
| Role | Customer/vendor role |
All images are stored in src/assets/ folder:
| File Name | Purpose | Used In |
|---|---|---|
| Logo.webp | Company logo | Navbar, Footer |
| Herobg.webm | Hero background video | Hero Section |
| Launderposter.webp | Video poster/thumbnail | Hero Section |
src/assets/ with your own image. Keep the same filename to avoid updating imports, or update the import path in js data.js.
| Command | Description |
|---|---|
npm run dev |
Start development server at localhost:5173 |
npm run build |
Build production-ready files in dist/ folder |
npm run preview |
Preview the production build locally |
npm run lint |
Run ESLint to check code quality |
npm run build
This creates a dist/ folder with optimized files.
npx vercel --proddist/ foldernpm run build and commitdist/ folder to S3 bucketDelete node_modules and package-lock.json, then run npm install again.
Install Node.js from nodejs.org and restart your terminal.
Check image paths in src/Data/js data.js. Ensure images are in src/assets/ folder.
Check if Herobg.webm exists in src/assets/. Ensure the file is not corrupted.
Run npm run dev -- --port 3000 to use a different port.
Clear browser cache (Ctrl+Shift+Delete) or use incognito mode.
Check if .env file is configured properly.
.env file is configured
npm run build to create production build
dist/ folder to hosting provider
npm run build and upload the dist/ folder to your hosting provider.
Download and install Node.js from your browser by visiting the official website: https://nodejs.org/en/download
# Verify Node.js installation
node -v
npm -v
Download and install Android Studio on your system from: https://developer.android.com/studio
Copy the customer folder and paste it into your desired location.
Note: If you rename the app folder, you must update the bundle ID.
For Android, open:
folder_open Rithlaundry_customer/android/app/src/main/AndroidManifest.xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.Rithlaundry.customer">
...
</manifest>
Change the package attribute to your new bundle ID, for example:
package="com.mycompany.mycustomerapp"
For iOS, open:
folder_open ios/CustomerApp.xcodeproj
Update the Bundle Identifier under the app's target settings in Xcode.
The bundle ID for the Rithlaundry Customer app has been successfully updated in your system. Follow the same process for other applications.
folder_open Rithlaundry/android/app/src/main/res/values/strings.xml
<!-- In strings.xml -->
<string name="app_name">Your App Name</string>
res/mipmap-* directoriesres/mipmap-anydpi-v26folder_open Rithlaundry/android/app/build.gradle
// In app/build.gradle
android {
defaultConfig {
applicationId "com.yourcompany.yourapp"
}
}
Warning: Changing package name after release will be treated as a new app by Google Play.
If you need additional features, modifications, or integrations in this application, we offer custom development services to tailor the app to your specific needs.
For any custom work requests, please get in touch with us:
Note: Custom work may involve additional costs and development time depending on the complexity of the requested changes.
Track the evolution of the RithLaundry platform through major releases, feature additions, improvements, and optimizations.
Fixed various bugs and issues reported in the initial release for improved stability and performance across all platforms.
Added complete dark mode and light mode support across customer and partner applications with seamless theme switching.
Implemented own custom map rendering using MapLibre with RouteMappy tiles for address search, location services, route optimization, and service area management.
Integrated Paystack and Flutterwave payment gateways for secure online payment processing.
Customer App, Partner App, Admin Panel
Dry Cleaning, Ironing, Wash & Iron, Washing
Paystack & Flutterwave Integrated
FIREBASE_CREDENTIALS=firebase.json
FIREBASE_DATABASE_URL=https://your-project-id.firebaseio.com
Place the JSON file in: /admin/config/firebase.json
google-services.json fileRithlaundry_customer/android/app
If you haven't created a Firebase project yet, follow the Admin Configuration steps above first.
Clients must update the bundle identifier to match their application package.
Example: com.clientname.Rithlaundry
Update in:
folder_open android/app/build.gradle
applicationId "com.clientname.Rithlaundry"
Rename the Java package directory:
folder_open android/app/src/main/java/com/clientname/Rithlaundry
keytool -genkey -v \
-keystore Rithlaundry.keystore \
-alias Rithlaundry \
-keyalg RSA \
-keysize 2048 \
-validity 10000
Place the keystore file inside:
folder_open android/app/
Update the signing configuration in:
folder_open android/gradle.properties
MYAPP_UPLOAD_STORE_FILE=Rithlaundry.keystore
MYAPP_UPLOAD_KEY_ALIAS=Rithlaundry
MYAPP_UPLOAD_STORE_PASSWORD=yourpassword
MYAPP_UPLOAD_KEY_PASSWORD=yourpassword
cd android
./gradlew assembleReleaseAPK location: android/app/build/outputs/apk/release/app-release.apk
cd android
./gradlew bundleReleaseOutput: android/app/build/outputs/bundle/release/app-release.aab
iOS development requires a macOS system with Apple Xcode installed. Xcode provides all necessary tools, simulators, and SDKs required to build and run the application on iOS devices.
Ensure that you have the latest version of Xcode installed from the Mac App Store and have accepted all license agreements before proceeding.
The iOS project uses CocoaPods to manage native dependencies. You must install all required pods before running the application.
Follow the steps below:
cd ios
pod install
cd ..
This command installs all required native libraries and links them with your iOS project.
Firebase is used for push notifications and other backend services. You need to download and configure the Firebase iOS configuration file.
GoogleService-Info.plist
Place the downloaded file inside the following directory:
folder_open ios/Rithlaundry/GoogleService-Info.plist
GoogleService-Info.plist file into the Project Navigator.This configuration enables Firebase services such as push notifications and analytics.
The Bundle Identifier uniquely identifies your application in the Apple ecosystem. It must match the identifier configured in Firebase and Apple Developer account.
ios/Rithlaundry.xcworkspaceExample: com.clientname.taxiapp
Ensure that the Bundle Identifier matches exactly with the one used in the Firebase configuration file, otherwise services may not work correctly.
Application icons are used across the app, App Store, and device home screen. You need to replace the default icons with your branding assets.
folder_open ios/Rithlaundry/Images.xcassets/AppIcon.appiconset
Replace all icon sizes inside this folder with your custom icons while maintaining the required dimensions.
Replace the main logo used inside the application UI:
folder_open src/assets/logo.png
Recommended size: 500 × 500 PNG (transparent background preferred)
Before running the application, make sure the Metro bundler is running.
npm start
npx react-native run-ios
This command will build the app and launch it in the iOS Simulator. Alternatively, you can open the project in Xcode and run it directly on a simulator or a physical device.
To publish your application to the App Store, you must generate a release build using Xcode.
ios/Rithlaundry.xcworkspaceAfter uploading, you can manage your app release from App Store Connect.
Application API configuration is located in:
folder_open src/config/const.js
Update the following values with client server details:
export const BASE_URL = "https://api.clientdomain.com"
export const API_URL = "https://api.clientdomain.com"
export const IMG_URL = "https://cdn.clientdomain.com"
Replace the logo file located at:
folder_open src/assets/logo.png
Recommended format: 500 × 500 PNG
Replace launcher icons in:
folder_open android/app/src/main/res/
Folders:
Replace icons in:
folder_open ios/Rithlaundry/Images.xcassets/AppIcon.appiconset
The application uses MapLibre for map rendering and location-based services.
These features enable the application to display locations, trip routes, and navigation paths within the app.
In the place of enter_map_key in your .env file, add your RouteMappy API key as shown below:
MAP_KEY=enter_map_key
If you need RouteMappy Maps for your application, feel free to contact us. It functions as a customizable map solution, available for purchase.
Edit the following file:
folder_open Rithlaundry/src/config/Constants.js
export const ROUTEMAPPY_API_KEY = 'enter_your_routemappy_key';
If you need RouteMappy Maps for your application, feel free to contact us. It functions as a customizable map solution, available for purchase.
Payment credentials must be configured on the backend server to enable transaction processing.
Required credentials typically include:
These credentials are used by the backend API to securely communicate with the payment gateway.
Sensitive credentials such as secret keys must never be stored in the mobile application. All payment validation and transaction verification should be handled securely through the backend server.
This guide covers the modern Firebase Cloud Messaging v1 API. It uses OAuth 2.0 for secure authentication and provides more features than the deprecated legacy API.
Important
The legacy FCM HTTP API (using Server Keys) is deprecated and will be removed. Always use the Firebase Cloud Messaging HTTP v1 API for all new implementations.
Go to Firebase Console and select your project.
Navigate to Project Settings (gear icon) → Service accounts tab.
Click "Generate new private key" in the Firebase Admin SDK section.
Confirm by clicking "Generate key" in the popup.
A JSON file (your-project-id-firebase-adminsdk.json) will be downloaded automatically. This file contains your service account credentials.
shield Security Keep this file secure. It contains sensitive credentials that provide full access to your Firebase services. Never commit this file to a public repository or share it with unauthorized users.
Copy the downloaded JSON file to your project's secure configuration directory:
Recommended Location: /admin/config/firebase-service-account.json
Update your backend .env file with the following configuration:
# Firebase Cloud Messaging v1 Configuration
FIREBASE_PROJECT_ID=your-project-id
FCM_DRIVE_PATH=/path/to/firebase-service-account.json
info
Note
The FCM_DRIVE_PATH points to your Firebase Service Account JSON file, and
FIREBASE_PROJECT_ID is your Firebase project identifier, which can be found in the Firebase Console.
Here's a secure implementation example for sending push notifications using the FCM v1 API with OAuth 2.0 authentication:
// FCM v1 API Notification Sender
// Uses OAuth 2.0 authentication with service account
use Google\Cloud\Firestore\FirestoreClient;
use Google\Cloud\Core\ServiceBuilder;
// Initialize Firebase with service account
$firestore = new FirestoreClient([
'keyFilePath' => env('FCM_DRIVE_PATH'),
'projectId' => env('FIREBASE_PROJECT_ID')
]);
// Construct the FCM v1 endpoint
$url = "https://fcm.googleapis.com/v1/projects/" . env('FIREBASE_PROJECT_ID') . "/messages:send";
// Get OAuth 2.0 access token
$token = $firestore->getCredentialsFetcher()?->fetchAuthToken();
$accessToken = $token['access_token'];
// Construct the notification payload (v1 format)
$data = [
"message" => [
"token" => "device_registration_token_here",
"notification" => [
"title" => "Notification Title",
"body" => "Notification Message Body"
],
"data" => [
"key1" => "value1",
"key2" => "value2"
],
"android" => [
"priority" => "high"
],
"apns" => [
"headers" => [
"apns-priority" => "10"
]
]
]
];
// Send the notification
$options = [
'http' => [
'header' => "Authorization: Bearer $accessToken\r\n" .
"Content-Type: application/json\r\n",
'method' => 'POST',
'content' => json_encode($data)
]
];
$context = stream_context_create($options);
$result = file_get_contents($url, false, $context);
Verify the service account JSON file path is correct and the file has proper read permissions. Ensure the project ID matches.
The device registration token may be invalid or expired. Request a new token from the client app.
The service account needs the "Firebase Cloud Messaging Admin" role in IAM settings.
Success
The modern FCM HTTP v1 API provides enhanced security, improved reliability, and supports all the latest Firebase Cloud Messaging features.
Log in to your Gmail account and click on your profile picture in the top right corner. Select "Manage your Google Account" from the dropdown menu.
Navigate to the "Security" tab in the left sidebar.
Under "Signing in to Google," enable 2-Step Verification if not already active.
Note: You must have 2-Step Verification enabled to generate an App Password.
While still in the Security section:
Find the "App passwords" option (under 2-Step Verification)
Click "create"
Copy the 16-character password shown
Add these configurations to your .env file:
MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=youremail@gmail.com
MAIL_PASSWORD=your_generated_app_password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=youremail@gmail.com
MAIL_FROM_NAME="${APP_NAME}"
Verify 2-Step Verification is enabled and you're using an App Password.
Check if your server/firewall allows outbound connections on port 587.
Gmail has sending limits (500 emails/day for free accounts).
Advisable: Copy the source files to D: or E: drive rather than C: drive.
adb devicesConfirm the device appears in the list.
cd D:\Rithlaundry_customernpm installnpx react-native run-androidcomposer install or npm install)Cause: Missing or outdated PHP/Node.js version, unstable internet connection, or running commands from the wrong directory.
Solution:
composer installrm -rf node_modules package-lock.json
npm installCause: Missing dependencies, incorrect import paths, or incomplete project extraction.
Solution:
composer installCause: Firebase project setup is incomplete or configuration files are missing.
Solution:
google-services.json (Android)GoogleService-Info.plist (iOS).env file has all Firebase credentials configured.Cause: Missing or incomplete environment configuration.
Solution:
.env.APP_URL=https://your-domain.com
DB_DATABASE=your_database_name
DB_USERNAME=your_db_username
DB_PASSWORD=your_db_passwordCause: USB debugging is disabled or device drivers are not installed.
Solution:
adb devicesCause: Invalid, missing, or incorrectly entered Envato purchase code.
Solution:
Cause: Missing configuration, incorrect API URL, or application initialization errors.
Solution:
.env file.Cause: Incorrect database credentials or failed SQL import.
Solution:
Rithlaundry_admin.sql)..env file.php artisan migrateCause: Firebase Cloud Messaging (FCM) is not configured properly.
Solution:
.env.Admin Panel → Settings → FCM Notifications
Cause: MapLibre/RouteMappy configuration is incomplete or map services are unavailable.
Solution:
Admin Panel → Settings → Map Settings
Cause: Partner account is awaiting administrator approval.
Solution:
Users → Delivery Boys
Cause: Payment credentials are incorrect or payment methods are disabled.
Solution:
.env.Admin Panel → Payments → Payment Methods
Cause: SMS service provider configuration is incomplete or delayed.
Solution:
.env.Cause: Incorrect credentials, inactive account, or account suspension.
Solution:
Cause: File size exceeds server limits or unsupported file format.
Solution:
Cause: Partner is not assigned to the order, or partner status is inactive.
Solution:
Admin Panel → Orders → Orders → Assign Delivery Boy
Cause: Incorrect credentials or database connection issue.
Solution:
admin@gmail.com and password: admin..env file.php artisan shield:generate, ensure super admin role is assigned.php artisan optimize:clearCause: Subscription plans are not created or are inactive.
Solution:
Admin Panel → Subscriptions → Subscriptions
Admin Panel → Subscriptions → Subscription Benefits
If you encounter any issues that are not covered in this documentation, please contact our support team.
Monday – Friday
Response Time: Within 24–48 Business Hours
This will help us provide faster and more accurate assistance.
If you encounter an error that is not listed above, please feel free to contact our support team for further assistance. We’re here to help.
If you need any custom work, additional features, or modifications to this application, our team is ready to help you build and scale your project efficiently.
Custom feature development based on your business needs
UI/UX design improvements and branding customization
Third-party API integrations (payment, SMS, maps, etc.)
Performance optimization and scalability improvements
Full project setup and deployment assistance
Building large-scale applications from scratch
You can hire our development team for complete project development, from idea to deployment, including frontend, backend, and server setup.
+91 9150 441 443
sales@menpanitech.com
Custom development services may involve additional cost and timeline depending on the scope and complexity of the project.
We’re happy to collaborate and bring your ideas to life