2017 © Pedro Peláez
 

library laravel-cache-buster

Laravel cache buster

image

hcdesigns/laravel-cache-buster

Laravel cache buster

  • Monday, September 11, 2017
  • by harveychow
  • Repository
  • 3 Watchers
  • 0 Stars
  • 349 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

Laravel Cache Buster

Invalidate cache + blade view cache by posting to a URL., (*1)

Installation

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

Customization

In config/cache-buster.php you can edit your API key and customize your URL, (*5)

Usage

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)

To Do

Allow clearing cache by key and tags, (*9)

The Versions

11/09 2017

dev-master

9999999-dev

Laravel cache buster

  Sources   Download

MIT

by Harvey Chow

06/04 2017

v0.1.3

0.1.3.0

Laravel cache buster

  Sources   Download

MIT

by Harvey Chow

06/04 2017

v0.1.2

0.1.2.0

Laravel cache buster

  Sources   Download

MIT

by Harvey Chow

06/04 2017

v0.1.1

0.1.1.0

Laravel cache buster

  Sources   Download

MIT

by Harvey Chow

06/04 2017

v0.1.0

0.1.0.0

Laravel cache buster

  Sources   Download

MIT

by Harvey Chow