Skip to content

How to migrate from 1.1.0 to 1.2.0

Last update: 30/April/2024


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.
👉 If you are making customizations to the script, ignore this update or get help from us or hire a Laravel developer.


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=1.2.0

Step 2: Update php.ini File

Change the following values in your php.ini file:

php.ini
max_execution_time = 1800
max_input_time = 1800

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: Clear Cache Files

After updating, remove all files (except .gitignore) from the following directories:

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

Congratulations! Your migration process is completed.

We need your support

We're working hard on improving this application. Kindly support us by rating this script.
Your support really motivates us!

👉 https://codecanyon.net/downloads

Congratulations! Your migration process is completed.

We need your support

We're working hard on improving this application. Kindly support us by rating this script.
Your support really motivates us!

👉 https://codecanyon.net/downloads

© 2019-present NativeCode. All rights reserved.