Web Panel Update

12. Web Panel Update

To update the Admin Panel, Owner Panel and User Panel upload the latest source code package to the root directory of each respective panel and extract the contents.

If your project includes custom modifications, we strongly recommend performing the update using Git. This approach helps preserve your customizations while safely integrating the latest changes from the new release.

12.1 Updating via Git (Recommended)

  • Commit and push your existing changes to a dedicated Git branch.
  • Download the latest source code package from CodeCanyon.
  • Create a new branch using the latest release source code.
  • Merge the latest branch into your existing project branch.
  • Resolve any merge conflicts resulting from custom modifications.
  • Thoroughly test the Admin Panel, Owner Panel and User Panel to ensure they function as expected before deploying the update to the production environment.

12.2 Replacing the Source Code

If you have not modified the source code, you can update the web panels by following these steps:

  • Download the latest source code package from CodeCanyon.
  • Replace the existing web panel files with the files from the latest release.
  • Verify that the Admin Panel, Owner Panel and User Panel are functioning correctly after the update.