geccomedia / laravel-memcached-view
This is a package for laravel 5.6 and onward to replace filesystem with memcached for view
Installs: 962
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
pkg:composer/geccomedia/laravel-memcached-view
Requires
- php: >=7.2.5
- laravel/framework: >=7
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
-
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