Web Panel Update

14. Admin, Store, User & Service Provider Panel Updates

To update the Admin, Store, User, and Service Provider panels, upload the latest source code ZIP file to your project root directory and extract it.

If you have customized the source code, we recommend updating your project using Git to safely merge your changes with the latest release.

14.1 Update Using Git (Recommended)

  • Commit and push your current project to a Git branch.
  • Download the latest source code from CodeCanyon.
  • Create a new branch using the latest source code.
  • Merge the latest branch into your existing project branch.
  • Resolve any merge conflicts caused by your customizations.
  • Test the application thoroughly before deploying the updated version.

14.2 Replace the Source Code

If you have not modified the source code, simply:

  • Download the latest source code from CodeCanyon.
  • Replace your existing project files with the latest version.
  • Test the application to ensure everything is working correctly.