2017 © Pedro Peláez
 

library laravel-memcached-view

This is a package for laravel 5 to replace filesystem with memcached for view

image

pixnet/laravel-memcached-view

This is a package for laravel 5 to replace filesystem with memcached for view

  • Thursday, March 2, 2017
  • by arrack
  • Repository
  • 47 Watchers
  • 2 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 7 Versions
  • 11 % Grown

The README.md

LaravelMemcachedView

By PIXNET ©, (*1)

Memcached base for blade cache instead of file base., (*2)

install instructions

  1. install by composer, (*3)

    $ composer require pixnet/laravel-memcached-view
  2. add service provider in config/app.php, (*4)

    'providers' => [
        //...
        PIXNET\MemcachedView\Providers\ViewServiceProvider::class,
        //...
    ],
  3. add alias in config/app.php, (*5)

    'alias' => [
        //...
        'MemcacheStorage'      => PIXNET\MemcachedView\Filesystem\MemcacheStorage::class,
        //...
    ]
  4. set up your memcache setting in config/cache.php, (*6)

    return [
        // ...
        'store' => [
            // ...
            'memcached' => [
                'driver' => 'memcached',
                'servers' => [
                    [
                        'host' => 'YOUR_MEMCACHED_SERVER_IP',
                        'port' => 'MEMCACHED_PORT',
                        'weight' => 100
                    ]
                ]
            ]
        ]
    ]
  5. here you go

The Versions

02/03 2017

dev-master

9999999-dev

This is a package for laravel 5 to replace filesystem with memcached for view

  Sources   Download

MIT

The Requires

 

by Tech

laravel memcached view view cache replace file cache

02/03 2017

1.0.4

1.0.4.0

This is a package for laravel 5 to replace filesystem with memcached for view

  Sources   Download

MIT

The Requires

 

by Tech

laravel memcached view view cache replace file cache

04/10 2016

1.0.3

1.0.3.0

This is a package for laravel 5 to replace filesystem with memcached for view

  Sources   Download

MIT

The Requires

 

by Tech

laravel memcached view view cache replace file cache

04/10 2016

dev-issue-1

dev-issue-1

This is a package for laravel 5 to replace filesystem with memcached for view

  Sources   Download

MIT

The Requires

 

by Tech

laravel memcached view view cache replace file cache

29/09 2016

1.0.2

1.0.2.0

This is a package for laravel 5 to replace filesystem with memcached for view

  Sources   Download

MIT

The Requires

 

by Tech

laravel memcached view view cache replace file cache

23/09 2016

1.0.1

1.0.1.0

This is a package for laravel 5 to replace filesystem with memcached for view

  Sources   Download

MIT

The Requires

 

by Tech

22/09 2016

1.0.0

1.0.0.0

This is a package for laravel 5 to replace filesystem with memcached for view

  Sources   Download

MIT

The Requires

 

by Tech