Web Panel Update

13. Admin, Business, User & Service Provider Panel Updates

To update the Admin Panel, Business 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.

13.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, Business Owner Panel and User Panel to ensure they function as expected before deploying the update to the production environment.

13.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.
  • Run composer install and php artisan migrate on each panel to apply any new dependencies and database changes.
  • Verify that the Admin Panel, Business Owner Panel and User Panel are functioning correctly after the update.