Setup or Install QRPay Multi Currency web and app
Follow these steps to install QRPay Multi Currency Application:
- Web Installation: Follow these steps:
- Minimum Requirements:
- Before installing Multi-Currency You must need to install QRPay v4.6.0 or later.
- Upload and Extract Update Files:
- After download the file from CodeCanyon
- Upload the
[project name]-web-update-file-[version-to-version]
files to your server in the expected directory. - Extract the zip file inside the public_html path.
- Make sure to replace
/path/to/your/project
with the actual path to your project directory. - Or you can follow the Website Version Update to update.
- You must need to Execute v1.0.0 Commands in Terminal.
- If all processes are successfully completed, then you are good to go.
- Execute Update Commands in Terminal: After uploading and extracting the update files, proceed with the following commands in your terminal.
- Update from v1.3.0 to v1.4.0:
- Update from v1.2.0 to v1.3.0:
- Update from v1.1.0 to v1.2.0:
- Update from v1.0.0 to v1.1.0:
- Execute Commands in Terminal For v1.0.0:
- App Update: Follow these steps:
- To update your app. Follow the steps:
- You can follow specific way to do those thing go to App Version Update
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
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\\PaymentGatewaySeeder
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\\PaymentGatewaySeeder
This should guide you through the installation or setup of the QRPay Multi Currency.
Note: For assistance with installation or any issues related to the QRPay Multi Currency, please visit our AppDevs Support . Our support team is ready to help you with any queries or challenges you may encounter.