2017 © Pedro Peláez
 

library laravel-simplecache-middleware

Cache Urls

image

sid/laravel-simplecache-middleware

Cache Urls

  • Monday, September 14, 2015
  • by sidis405
  • Repository
  • 1 Watchers
  • 9 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 129 % Grown

The README.md

Scrutinizer Code Quality Code Coverage Build Status, (*1)

Cache Urls, (*2)

  • Very alpha stages. Not unstable but i need to write tests for it.
  • If you think it's a good starting point for you, take it.

Installation

Add to composer.json, (*3)

"sid/laravel-simplecache-middleware":"dev-master" 

Register the service provider by adding in the provider section in config/app.php, (*4)

'providers' => [
    ...
    Sid\SimpleCache\SimpleCacheServiceProvider::class
    ...

Just in case, (*5)

composer dump-autoload

Publish the migration and the config file, (*6)

php artisan vendor:publish

Add to Kernel.php, (*7)

'cacheafter' => \Sid\SimpleCache\AfterCacheMiddleware::class,
'cachebefore' => \Sid\SimpleCache\BeforeCacheMiddleware::class,

Todo

  • Test. Tests. Tests.

Contributing

Contributions are welcome and will be fully credited., (*8)

The Versions

14/09 2015

dev-master

9999999-dev https://github.com/sidis405/laravel-simple-cache

Cache Urls

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache sid laravel-simple-cache