PHPackages                             mevada-kalpesh/cache-watcher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. mevada-kalpesh/cache-watcher

ActiveLibrary[Caching](/categories/caching)

mevada-kalpesh/cache-watcher
============================

Cache Watcher is a powerful Laravel package designed to turbocharge your application's performance by optimizing data management through caching

04PHP

Since May 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mevadakalpesh/cache-watcher)[ Packagist](https://packagist.org/packages/mevada-kalpesh/cache-watcher)[ RSS](/packages/mevada-kalpesh-cache-watcher/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cache Watcher
=============

[](#cache-watcher)

Cache Watcher is a powerful Laravel package designed to turbocharge your application's performance by optimizing data management through caching. With Cache Watcher, you can seamlessly manage your data while enjoying automatic updates when changes occur.

---

Result
------

[](#result)

[![Alt Text](image.png)](image.png)

Installation
------------

[](#installation)

You can install the package via composer if this command give error add `:dev-main` at last as a version:

```
composer require mevada-kalpesh/cache-watcher
```

Add This Provider in `Providers` in `config/app.php` after installing the package

```
 Kalpesh\CacheWatcher\CacheWatchServiceProvider::class
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Kalpesh\CacheWatcher\CacheWatchServiceProvider"
```

This is the contents of the published config file:

```
// config/cache-watcher.php
