Skip to content

How to migrate from 17.1.0 to 17.2.0

Last update: 17/Jul/2025

VERY IMPORTANT: As many changes have been made in the core file in this version update, if you have done any customization, all your customization coding will be removed and the new coding will be updated. So, if you are making customizations to the script, ignore this update or get help from us or hire any Laravel developer.

IMPORTANT: Before starting this process, we recommend you take a backup of your files. Any customizations will be lost.

Step 1: Update APP_VERSION

Change the APP_VERSION in .env file:

env
APP_VERSION=17.2.0

Step 2: Update PHP Execution Time

php.ini
max_execution_time = 9000
php.ini
max_input_time = 9000

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

If you are using cPanel, follow this: click here

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: Check for Updates

Now, almost done. Login to your admin panel and check for updates. You can see the new update for the script and update it.

For more detailed information, click here.

Step 4: Clean Config & View Cache

All config and view files of GoBiz v17.2.0 will now be on your server. After updating the script, remove all the files (except .gitignore) in the following folders:

bash
storage/framework/cache/
storage/framework/sessions/
storage/framework/views/
bootstrap/cache/

Congratulations! Your migration process completed.

That's it.

We need your support

We're hardly working on improving this application more better. Kindly please support us. Please rate this script. It is really motivate us!

https://codecanyon.net/downloads

© 2019-present NativeCode. All rights reserved.