2017 © Pedro Peláez
 

library cache

Cache for laravel 5

image

simexis/cache

Cache for laravel 5

  • Monday, February 22, 2016
  • by jooorooo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Laravel 5 replace default cache, (*1)

In "config/app.php" replace, (*2)

  • Illuminate\Cache\CacheServiceProvider::class,

with, (*3)

  • Simexis\Cache\CacheServiceProvider::class,

Usage

```php //set cache \Cache::set('category.list', $categories);, (*4)

//get cache $categories = \Cache::get('category.list');, (*5)

//delete cache \Cache::forget('category.list'); //or \Cache::forget('category.*'); // delete all cache where key is category.{somename}, (*6)

The Versions

22/02 2016

dev-master

9999999-dev

Cache for laravel 5

  Sources   Download

MIT

The Requires

 

22/02 2016

1.1.3

1.1.3.0

Cache for laravel 5

  Sources   Download

MIT

The Requires

 

21/02 2016

1.1.2

1.1.2.0

Cache for laravel 5

  Sources   Download

MIT

The Requires

 

21/02 2016

1.1.1

1.1.1.0

Cache for laravel 5

  Sources   Download

MIT

The Requires

 

21/02 2016

1.0.4

1.0.4.0

Cache for laravel 5

  Sources   Download

MIT

The Requires

 

11/02 2016

1.0.2

1.0.2.0

Cache for laravel 5

  Sources   Download

MIT

The Requires

 

11/02 2016

1.0.1

1.0.1.0

Cache for laravel 5

  Sources   Download

MIT

The Requires

 

10/02 2016

1.0.0

1.0.0.0

Cache for laravel 5

  Sources   Download

MIT

The Requires