geccomedia/laravel-memcached-view

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

This is a package for laravel 5.6 and onward to replace filesystem with memcached for view

2.0.0 2020-03-30 14:07 UTC

This package is auto-updated.

Last update: 2021-01-13 10:17:19 UTC


README

Memcached base for blade cache instead of file base.

This fork adds laravel package auto-discover.

It is based on the fork of ishmael which added Laravel Cache Fasacde Support.

install instructions

  1. install by composer

     $ composer require geccomedia/laravel-memcached-view
    

Credits

the original code was created By PIXNET ©

the usage of the laravel cache implementation comes from ishmael