JosephSilber / page-cache

Caches responses as static files on disk for lightning fast page loads.
MIT License
1.21k stars 118 forks source link

Remove cache for home page #104

Open idberisi opened 2 years ago

idberisi commented 2 years ago

Hi, i just using page-cache on my site and it's working like a champ. But how to clear cache for home page only "/" ? have try some slug but it's not working.

tranghaviet commented 2 years ago

Home view save as pc__index__pc.html so to remove: php artisan page-cache:clear 'pc__index__pc'