imagecache
imagecache copied to clipboard
I just want know how can I clear the cache and where the cache
QUEUE_DRIVER=redis I use
redis-cli
flushall
php artisan cache:clear,it doesn't work.
Please tell me where the cache that I can clear.
#25