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
Requires
- illuminate/support: ^5.2
Requires (Dev)
- illuminate/cache: ^5.2
- illuminate/database: ^5.2
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2016-11-09 23:28:55 UTC
README
composer.json "dhukuti/dolly":"dev-master"
config/app.php Dhukuti\Dolly\DollyServiceProvider::class
composer update
app/Http/Kernel.php Inside web of $middlewareGroups \Dhukuti\Dolly\FlushViews::class
app/Card.php use Dhukuti\Dolly\Cacheable;
app/Note.php use Dhukuti\Dolly\Cacheable;