hcdesigns/laravel-cache-buster

Laravel 缓存重置器

v0.1.3 2017-04-06 15:12 UTC

This package is not auto-updated.

Last update: 2024-09-29 02:39:20 UTC


README

通过向URL发送请求来使缓存和blade视图缓存无效。

安装

使用composer安装此包

composer require hcdesigns/laravel-cache-buster

将此包添加到项目的app.php中

Hcdesigns\LaravelCacheBuster\CacheServiceProvider::class,

初始化此包

php artisan vendor:publish

自定义

在config/cache-buster.php中,您可以编辑您的API密钥并自定义URL

用法

通过curl或浏览器POST到

http://example.com/hcdesigns-laravel-cache-buster

带有参数:api_key(config/cache-buster.php)和type(all, view)

待办事项

允许通过键和标签清除缓存