Skip to content

How to Migrate from v2.0.0 to v3.0.0

Last update: 23/Mar/2025

Very Important

  • This update includes major changes to core files.
  • If you have made customizations, they will be removed during the update.
  • To keep your customizations, either:
    • Skip this update, or
    • Get help from us / hire a Laravel developer to reapply them.

Backup Reminder

Before starting the migration process:

  • Take a full backup of your files and database.
  • Remember: All customizations will be lost after updating.

Step 1: Update the APP Version

In your .env file, update the version line:

env
APP_VERSION=3.0.0
php
max_execution_time = 6000
max_input_time = 6000

Important

The execution time and input processing speed might change according to the resources of your server.

  • If you are using cPanel, follow this guide.
  • Note: After you update the script, set the max_execution_time and max_input_time values back to the default values on the server.

Step 3: Update from Admin Panel

  1. Log in to your Admin Panel.
  2. Go to Settings → Software Updates → Check Updates.
  3. You will see the new update available for the script.
  4. Click Update to apply the update.

For more detailed information, click here.

Step 4: Clear Old Config & Cache

After updating, the old config and view files from BookIn v3.0.0 will still remain on your server.
Please remove all files (except .gitignore) from the following folders:

  • storage/framework/cache/
  • storage/framework/sessions/
  • storage/framework/views/
  • bootstrap/cache/

Migration Completed

Congratulations! 🎊 Your migration process is now complete.

Support Us

We’re working hard to make this application even better.
If you find it useful, kindly support us by rating this script:

👉 Rate this script on CodeCanyon

Your feedback motivates us to keep improving 🚀

© 2019-present NativeCode. All rights reserved.