A simple Laravel package to purge Nginx FastCGI cache programmatically.
- Purge specific URLs or paths
- Clear entire cache
- Integrates easily into Laravel applications
Install via Composer:
composer require harryqt/laravel-nginx-cache-purge
php artisan vendor:publish --provider="Harryqt\NginxCachePurge\NginxCachePurgeServiceProvider"