Website Version Update

To update your website version for old buyers, please follow these steps:

  1. Step 1: Upload and Extract Update Files
    1. Re-download the updated code from CodeCanyon.
    2. Upload the [project name]-web-update-file-[version-to-version] files to your server in the expected directory.
    3. website-version
      website-version
      website-version
      website-version
      website-version
    4. Extract the zip file inside the public_html path.
    5. website-version
      Note: Make sure to replace /path/to/your/project with the actual path to your project directory.
  2. Step 2: Execute Update Commands in Terminal
    1. After uploading and extracting the update files, proceed with the following commands in your terminal:
    2. Update from v1.0.0 to v1.1.0:
      php artisan db:seed --class=Database\\Seeders\\Update\\BasicSettingsSeeder
      php artisan db:seed --class=Database\\Seeders\\Update\\AppSettingsSeeder
      php artisan db:seed --class=Database\\Seeders\\Update\\PaymentGatewaySeeder
      Update from v1.1.0 to v1.2.0:
      composer update && composer dumpautoload && php artisan migrate
      php artisan db:seed --class=Database\\Seeders\\Update\\BasicSettingsSeeder
      php artisan db:seed --class=Database\\Seeders\\Update\\AppSettingsSeeder
      php artisan db:seed --class=Database\\Seeders\\Update\\LiveExchangeRateSeeder
      php artisan db:seed --class=Database\\Seeders\\Update\\LiveExchangeRateSeeder
      php artisan db:seed --class=Database\\Seeders\\Update\\LanguageSeeder
      php artisan o:c

Conclusion: By following these steps and executing the provided commands, you can successfully update your website version for old buyers. Remember to configure the update files properly before executing the commands to ensure they work as intended. If you encounter any issues, double-check your configurations and seek assistance if needed.

Free Support
  • Server Issues
  • DB Migration Issues
  • Configuration Issues
  • Project Issues
  • Reset Purchase Code (max 1 time)
Unsupported
  • Environment Setup
  • Deploy on Localhost
  • After Code Modification
Paid Support
  • Installation
  • APK build
  • iOS build
  • Update Template
  • Adding New Feature
  • API Integration and many more...