KiviLabs - Documentation

Update the laravel project from older version

Steps to Update Project Code

Download the Updated Code:

  • Log in to your CodeCanyon account and download the latest version of the project as a ZIP file.

Extract the ZIP File:

  • Extract the downloaded ZIP file on your local machine.

Copy Updated Code to Server:

  • Transfer the updated ZIP file to your project folder on the server using FTP, cPanel, or SSH.

Extract and Replace Code:

  • Extract the ZIP file in your project folder.
  • Merge the updated code with your existing project and allow it to overwrite the old files.

Run Database Migrations:

  • Log in to your server and navigate to your project directory.

Run the following command to apply database updates:

php artisan migrate

IMPORTANT NOTES

Version Code: Ensure you update the version code where required.
Backup First: Always take a full backup of your current project code and database before updating.
Test Thoroughly: After updating, test the application to confirm everything is working as expected.