PHP code example of giacomomasseron / laravel-cache-when-db
1. Go to this page and download the library: Download giacomomasseron/laravel-cache-when-db 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/ */
giacomomasseron / laravel-cache-when-db example snippets
/*
|--------------------------------------------------------------------------
| Cache keys
|--------------------------------------------------------------------------
|
| Define Cache keys to clean when one of the tables of the array changes
| [
| 'cache_key' => [
| 'database_table',
| 'database_table',
| ],
|
*/