harryqt/laravel-nginx-cache-purge

Nginx clear fastcgi cache from laravel

dev-main 2025-05-27 05:14 UTC

This package is auto-updated.

Last update: 2025-06-07 11:13:38 UTC


README

A simple Laravel package to purge Nginx FastCGI cache programmatically.

🧰 Features

  • Purge specific URLs or paths
  • Clear entire cache
  • Integrates easily into Laravel applications

💾 Installation

Install via Composer:

composer require harryqt/laravel-nginx-cache-purge

Publish Config

php artisan vendor:publish --provider="Harryqt\NginxCachePurge\NginxCachePurgeServiceProvider"