Setup or Install QRPay Phone Auth & Referral web and app
Follow these steps to install QRPay Phone Auth & Referral Application:
- Web Installation: Follow these steps:
- Minimum Requirements:
- First, you must have the QRPay project v4.9.0 or later, where you will add the Phone Authentication & User Referral Add-on. Note: We already have another add-on called QRPay Multi-Currency. If you are already using this add-on, ensure you integrate the Phone Authentication & User Referral Add-on with multi-currency compatibility.
- Upload and Extract Update Files:
- If you already have the QRPay scripts and want to add the Phone Authentication & User Referral Add-on you need to upload the add-on files to the main scripts. Note: For the Single Currency QRPay Script, use the file qrpay-phone-auth-single-currencyweb-update-file-v1.0.0.zip. If you are already using our QRPay Multi-Currency Add-On use the file qrpay-phone-authmulti-currency-web-update-file-v1.0.0.zip.
- If you successfully extract the files, go to your server‘s terminal section and run the necessary commands to update QRPay with the Phone Authentication & User Referral Add-on. Note: The commands for updating Single-Currency QRPay to the Phone Authentication & User Referral Add-on and Multi-Currency QRPay to the Phone Authentication & User Referral Add-on are different
- QRPAY Phone-Auth Multi-Currency Version: 1.1.0 to 1.2.0
- QRPAY Phone-Auth Multi-Currency Version: 1.0.0 to 1.1.0
- QRPAY Phone-Auth Multi-Currency Version: 1.0.0
- QRPAY Phone-Auth Single-Currency Version: 1.1.0 to 1.2.0
- QRPAY Phone-Auth Single-Currency Version: 1.0.0 to 1.1.0
- QRPAY Phone-Auth Single-Currency Version: 1.0.0
- Once all commands are executed successfully, the update for QRPay with the Phone Authentication & User Referral Add-on will be complete. Finally, you will see a preview as shown below:
- App Update: Follow these steps:
- To update your app. Follow the steps:
- Step 1: Download and Extract Update Files
- Re-download the updated code from CodeCanyon.
- Open the current version file on Android Studio or VS Code.
- Extract the
[project name]-app-update-file-[version-to-version]
files in your root project folder or directory. - Step 2: Ensure Flutter and Dart Packages are Updated
- Ensure that Flutter and Dart packages are updated to the latest version by running the following commands in your terminal:
- Run Flutter upgrade command
- Run Flutter pub get command



The process for updating the Phone Authentication & User Referral Add-on to SingleCurrency QRPay and Multi-Currency QRPay is the same, only the file assets and commands differ.




composer update && php artisan migrate
php artisan db:seed --class=Database\\Seeders\\Update\\VersionUpdateSeeder
composer update && php artisan migrate
php artisan db:seed --class=Database\\Seeders\\Update\\VersionUpdateSeeder
composer update && php artisan migrate
php artisan db:seed --class=Database\\Seeders\\Update\\AppSettingsSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\BasicSettingsSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\CurrencySeeder
php artisan db:seed --class=Database\\Seeders\\Update\\LiveExchangeRateSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\ModuleSettingSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\PaymentGatewaySeeder
php artisan db:seed --class=Database\\Seeders\\Update\\SystemMaintenanceSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\SmsTemplateSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\ReferralSettingSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\ReferralLevelPackageSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\UpdateUser
composer update && php artisan migrate
php artisan db:seed --class=Database\\Seeders\\Update\\VersionUpdateSeeder
composer update && php artisan migrate
php artisan db:seed --class=Database\\Seeders\\Update\\VersionUpdateSeeder
composer update && php artisan migrate
php artisan db:seed --class=Database\\Seeders\\Update\\AppSettingsSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\BasicSettingsSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\SmsTemplateSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\ReferralSettingSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\ReferralLevelPackageSeeder
php artisan db:seed --class=Database\\Seeders\\Update\\UpdateUser





flutter upgrade --force
flutter pub get
This should guide you through the installation or setup of the QRPay Phone Auth & Referral.
Note: For assistance with installation or any issues related to the QRPay Phone Auth & Referral, please visit our AppDevs Support . Our support team is ready to help you with any queries or challenges you may encounter.