Skip to content

Package for falling back cache drivers if current is not available.

License

Notifications You must be signed in to change notification settings

packbackbooks/laravel-cache-fallback

 
 

Repository files navigation

CacheFallback

Latest Version on Packagist Software License Build Status Total Downloads Code Quality

Package for falling back cache drivers if current is not available.

Be advised that if the last driver fails, normal laravel Error is thrown

Usage

Add fallback provider to config/app.php

Fingo\LaravelCacheFallback\CacheFallbackServiceProvider::class,

Default fallback order is: redis, memcached, database, cookie, file, array

If needed to change fallback order, publish vendors

php artisan vendor:publish --provider="Fingo\LaravelCacheFallback\CacheFallbackServiceProvider"

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

The Apache license Version 2.0. Please see License File for more information.

About

Package for falling back cache drivers if current is not available.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%