2017 © Pedro Peláez
 

library wincache

Package to return the Wincache Cache Driver to Laravel 5.2+

image

wmather/wincache

Package to return the Wincache Cache Driver to Laravel 5.2+

  • Saturday, June 30, 2018
  • by wmather
  • Repository
  • 1 Watchers
  • 3 Stars
  • 235 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Laravel Wincache Driver

Installation

This repository is to replace the Wincache Cache Driver removed from Laravel 5.2. As such it only works in 5.2 and higher., (*1)

$ composer require wmather/wincache

Or a manual update of your composer.json, (*2)

{
    "require": {
        "wmather/wincache": "^1.0"
    }
}

After installing, register the service provider by adding this line to the providers array in config/app.php., (*3)

  • Wmather\WinCache\WinCacheStoreServiceProvider::class

In your config/cache.php, add a new entry to the stores array, (*4)

      'wincache' => [
          'driver' => 'wincache',
      ],

And then in your .env file, set the CACHE_DRIVER to that alias, (*5)

CACHE_DRIVER=wincache

The Versions

30/06 2018

dev-master

9999999-dev

Package to return the Wincache Cache Driver to Laravel 5.2+

  Sources   Download

MIT

The Requires

 

by Will Mather

laravel framework cache wincache store cache driver cache store

30/06 2018

1.0.1

1.0.1.0

Package to return the Wincache Cache Driver to Laravel 5.2+

  Sources   Download

MIT

The Requires

 

by Will Mather

laravel framework cache wincache store cache driver cache store

10/01 2017

1.0.0

1.0.0.0

Package to return the Wincache Cache Driver to Laravel 5.2+

  Sources   Download

MIT

The Requires

 

by Will Mather

laravel framework cache wincache store cache driver cache store