Skip to content

Clearing the Cache

FreeScout edited this page Dec 15, 2022 · 8 revisions

There are three ways to clear application cache:

  1. Go to Manage » System » Tools and click Clear Cache.

  2. Or run the following console command:

php artisan freescout:clear-cache
  1. If you don't have an access to the console, go to https://your-freescout.com/tools.php, enter application key (you can find it in /.env file in the root folder of your FreeScout), leave "Path to PHP" empty and click Clear Cache.
Clone this wiki locally