Streamit Laravel - Documentation
Streamit Laravel

Update the laravel project from older version

🕒 Estimated Reading: 2 Minutes
This guide will help you safely update your existing Laravel-based Streamit Laravel Project to the latest version available from CodeCanyon.

🔄Steps to Update Project Code

1️⃣ Download the Updated Code

  • Go to your CodeCanyon account.
  • Download the latest version of the streamit-laravel project as a ZIP file.
  • Download a file like: streamit-laravel-update-v3.1.zip

2️⃣ Extract the ZIP File

  • Extract the downloaded ZIP file to your local machine (your computer or laptop).

3️⃣ Upload the Updated Code to Your Server

  • Use FTPcPanel, or SSH to transfer the updated ZIP file to your project directory on the server.

4️⃣ Extract and Replace Code on Server

  • Extract the ZIP file directly in the project directory.
  • Allow it to overwrite existing files. This will update your code to the latest version.

5️⃣ Run Database Migrations

  • Open your terminal or SSH and navigate to your project folder.
  • Run this command to apply the new database structure: php artisan migrate

⚠️ Important Notes

  • 🔢 Version Code: Make sure to update the version number where required (e.g., in config or version files).
  • 💾 Backup First: Always take a full backup of your code and database before starting the update process.
  • 🧪 Test Everything: After updating, thoroughly test your website/app to ensure all features work properly.

🎉 You have now successfully updated your Laravel Streamit Laravel Project!