Looking to hire Laravel developers? Try LaraJobs

laravel-nginx-cache-purge maintained by harryqt

Description
Nginx clear fastcgi cache from laravel
Author
Last update
2025/05/27 07:14 (dev-main)
License
Links
Downloads
1

Comments
comments powered by Disqus

Laravel Nginx FastCGI Cache Purge

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"