Laravel cache buster
Invalidate cache + blade view cache by posting to a URL., (*1)
Require this package with composer:, (*2)
composer require hcdesigns/laravel-cache-buster
Add this package to your project in app.php:, (*3)
Hcdesigns\LaravelCacheBuster\CacheServiceProvider::class,
Initialize this package:, (*4)
php artisan vendor:publish
In config/cache-buster.php you can edit your API key and customize your URL, (*5)
POST via curl or a browser to:, (*6)
http://example.com/hcdesigns-laravel-cache-buster, (*7)
with parameters: api_key (config/cache-buster.php) and type (all, view), (*8)
Allow clearing cache by key and tags, (*9)