PHP code example of guillermobt / laravel-redis-fallback

1. Go to this page and download the library: Download guillermobt/laravel-redis-fallback library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

guillermobt / laravel-redis-fallback example snippets


"guillermobt/laravel-redis-fallback": "dev-master"

'providers' => array(
	...
	//'Illuminate\Cache\CacheServiceProvider',
	...
	\guillermobt\LaravelRedisFallback\LaravelRedisFallbackServiceProvider::class
	...
)