This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I am managing OctoberCMS through FTP only, and when I need to empty the cache, I have to do it manually by deleting the files from: /cache /sessions /combiner /twig
I would really enjoy having a button in the backend that would clear the cache for me. Thanks for your consideration.
Does php artisan cache:clear
do all this? If so it should be trivial to make a plugin that adds a 'Cache' settings page with a button that triggers this artisan command.
Edit: Looking at the code it only does /combiner and /twig dirs. Is that enough? If so I'll make a dashboard widget for you.
Last updated
If you want to hook this up to a button in the backend via a $.request
you can just use CacheClear::fireInternal();
in the requested method to clear the cache
@Flynsarmy : Yes a dashboard widget would be great. using the artisan command. I think October takes care of /combiner and /twig while laravel take care of /cache and /sessions, so it should be perfect!
I think that this widget really, really should allow to select which cache will be flushed. Flushing every cache in app would be quite irresponsible in production environment.
How can I implement Flynsarmy widget if I am not using artisan? Should I copy the files through FTP? In that case, it's gonna be deleted on the next build update I guess...
Could anyone make it available through octobercms.com/plugins/ ?
Last updated
1-16 of 16