alternative-laravel-cache
by swayok
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
alternative-laravel-cache
by kargnas
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
assetcachebuster
by spekkionu
Prefixes asset urls with a unique hash which will allow invalidation of asset files cached by the browser.
cache-decorator
by trm42
Magical (as in saves manual work quite a lot) Cache Decorator for Laravel 5. Designed for usage with repositories but easily usable for other uses. If there's enough interest, can be made framework agnostic.
cacheable-auth-user
by hobbiot
Cache Auth::user() for Laravel 5.3. This package add new driver to laravel.
cachebust
A small Laravel4 library to add cachebusting to images. Use the cachebust() helper to get the cachebusted file + timestamp.
cachebusting
by maherelgamil
Easy and useful tool to change version of file if it modified for laravel 4 .
cacher-the-friendly-cache
by scottzirkel
Russian Doll Caching for Laravel from the [Laracasts tutorial](https://laracasts.com/series/russian-doll-caching-in-laravel)
cachetags
by perturbatio
Provides a partial caching mechanism for use with Laravel's Blade templating language or in normal PHP with the helpers
eloquence
by kirkbushell
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
illuminate-adapter
by cache
A PSR-6 cache implementation using Illuminate. This implementation supports tags
l5-repository
by acacha
Laravel 5 - Repositories to the database layer. Based on prettus/l5-repository