1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-09 12:22:30 +01:00

Created Clearing the Cache (markdown)

FreeScout 2019-08-20 08:39:50 +03:00
parent 6517b6cae0
commit 55bb2636bf

10
Clearing-the-Cache.md Normal file

@ -0,0 +1,10 @@
There are two ways to clear application cache:
1) Go to `Manage » System » Tools` and click **Clear Cache**.
2) Run the following console command:
```
php artisan freescout:clear-cache
```
3) If you don't have an access to the console, go to https://yourwebsite.com/tools.php, enter application key and click **Clear Cache**.