Skip to content

How to Migrate from 1.1.8 to 2.0.0

Last updated: 22/Apr/2025


VERY IMPORTANT: Changes in the core files have been made in this version update. If you have customized any code, those customizations will be overwritten. If you have made customizations to the script, please ignore this update or seek assistance from us or hire a Laravel developer.

IMPORTANT: Before proceeding, we recommend backing up your files. Any customizations will be lost.

Step 1: Update APP_VERSION

Update the APP_VERSION in your .env file to the following:

env
APP_VERSION=2.0.0

Step 2: Update PHP Execution Settings

Change the max_execution_time and max_input_time in the php.ini file as follows:

php.ini
max_execution_time = 1800
php.ini
max_input_time = 1800

If you are using cPanel, follow this guide.

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

Step 3: Update Script from Admin Panel

Almost done! Now log in to your admin panel and check for updates. You should see a notification for the new script update; proceed to update your script.

For more detailed information, click here.

Step 4: Clean Temporary Files

All config, cache, route, and view files of AITools v2.0.0 will remain on your server. After updating the script, remove all files from the script's temporary folders (except .gitignore) in the following directories:

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

Congratulations! Your migration process is complete.

That's it.

We Need Your Support

We are working hard to improve this application. Kindly support us by rating this script. It really motivates us!

https://codecanyon.net/downloads

© 2019-present NativeCode. All rights reserved.