Skip to content

How to migrate from 1.2.0 to 2.0.0

Last update: 19/Apr/2025


IMPORTANT:
Before starting this process, we recommend you to take a backup of your files.
If you have done any customizations, they will be lost.

Step 1: Update .env File

Change the APP_VERSION in your .env file to:

env
APP_VERSION=2.0.0

Step 2: Update php.ini File

Change the following values in your php.ini file:

php.ini
max_execution_time = 9000
max_input_time = 9000

If you are using cPanel, follow these guides: Click here

Note: After you update the script, set the max_execution_time and max_input_time values to the default values on the server.

Step 3: Now, almost done. Now login your admin panel and check update. You can see new update for script and update your script.

For more details, see: How to check new software update?

Step 4: All config and view of Optimer v2.0.0 will be on your server. So after you update the script, please remove all the files (except .gitignore) in the following folder from your server.

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

© 2019-present NativeCode. All rights reserved.