-
Notifications
You must be signed in to change notification settings - Fork 510
Clearing the Cache
FreeScout edited this page Nov 24, 2024
·
8 revisions
There are 4 ways to clear application cache:
-
Go to
Manage » System » Tools
and click Clear Cache. -
Or run the following console command:
php artisan freescout:clear-cache
-
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.
-
Remove cache files manually or use the following commands:
rm -f /path/to/freescout/bootstrap/cache/config.php
rm -rf /path/to/freescout/storage/framework/cache/data/*
rm -f /path/to/freescout/storage/framework/views/*
rm -f /path/to/freescout/storage/framework/sessions/*
rm -f /path/to/freescout/public/js/builds/*
rm -f /path/to/freescout/public/css/builds/*
FreeScout — Help desk & shared mailbox, free Zendesk & Help Scout alternative.
About
Installation
Configuration
- Sending Emails
- Fetching Emails
- Connect G Suite & Microsoft 365
- Console Commands
- Backup
- Update
- Upgrade PHP
Troubleshooting
Tools & Integrations
- API
- Migrate to FreeScout
- Zapier
- Make (Integromat)
- MacOS Menu Bar App
Development