dhukuti/dolly

This package is abandoned and no longer maintained. No replacement package was suggested.

A test package using Russian Doll Caching technique in Laravel.

dev-master 2016-11-10 00:13 UTC

This package is not auto-updated.

Last update: 2016-11-09 23:28:55 UTC


README

  1. composer.json "dhukuti/dolly":"dev-master"

  2. config/app.php Dhukuti\Dolly\DollyServiceProvider::class

  3. composer update

  4. app/Http/Kernel.php Inside web of $middlewareGroups \Dhukuti\Dolly\FlushViews::class

  5. app/Card.php use Dhukuti\Dolly\Cacheable;

  6. app/Note.php use Dhukuti\Dolly\Cacheable;