PHP code example of d3jn / vizcache

1. Go to this page and download the library: Download d3jn/vizcache 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/ */

    

d3jn / vizcache example snippets


'providers' => [
    ...

    D3jn\Vizcache\VizcacheServiceProvider::class,

    ...
],

'aliases' => [
    ...

    'MyCache' => D3jn\Vizcache\Facades\Vizcache::class,

    ...
],

php artisan vendor:publish --provider="D3jn\Vizcache\VizcacheServiceProvider"