Admin Panel update from previous version
1.Introduction
In this article, we are going to update the admin panel source code from the previous version.
2.Update Instructions
Update the latest code with your current project
If you want to update the backend source code without your custom changes, please follow the steps below:
- Download the latest files.
- Replace all files except the following files and folders from your current project:
.env
filepublic/push-configurations/firebase.json
vendor
folder
- Delete the
storage
folder under thepublic
folder. - Run the following commands:
composer install
npm install
php artisan migrate
php artisan db:seed
php artisan storage:link
Update the latest code with your current project after customizations
- First, push your code to a Git branch. Then download the latest project code from Codecanyon and push it to another branch. Finally, merge both branches. Note: Conflicts may occur during merging. Resolve them carefully, as we are not responsible if something goes wrong.
- Follow the sample video tutorial: https://youtu.be/mn9otng7Lho?si=9LNfpmTJ4cL6CL6N
- After merging the latest updated code with your current code, follow the steps below:
- Delete the
storage
folder under thepublic
folder. - Run the following commands:
composer install
npm install
php artisan migrate
php artisan db:seed
php artisan storage:link
3.Migrate(Tagxi/Delivery/Super/Bidding) To Restart
If you already have our(Tagxi/Delivery/Super/Bidding) product and want to upgrade to Restart, follow the video tutorial below:
Important: Ensure the following requirements are met on your server before proceeding with the upgrade:
- Node.js and npm must be installed on your server. Check their versions to ensure they meet the requirements listed on the installation page.
- FTP access is required for file uploads and management. Ensure you have the necessary credentials and software for FTP installation and configuration.
- Follow the installation guide available on the server installation page to confirm all dependencies and versions are properly configured.