1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-16 16:52:23 +02:00
4 Upgrade PHP
FreeScout edited this page 2024-06-18 10:39:12 +03:00

If you need to upgrade PHP version, do the following:

  1. Update FreeScout to the latest version.

  2. Upgrade PHP to the new version.

  3. Try to clear the cache using php artisan freescout:clear-cache console command or via https://your-freescout.com/tools.php script (read more).

  4. Now if FreeScout does no open showing an error, manually delete all the files from bootstrap/cache, /storage/framework/cache/data and /storage/framework/views and repeat step 3)