eilander/cache

Laravel 5 cache package.
130
Install
composer require eilander/cache
Latest Version:v5.6.0
PHP:>=5.5.9
License:MIT
Last Updated:Feb 9, 2018
Links: GitHub  ·  Packagist
Maintainer: markeilander

Laravel 5 Cache

Table of contents

[TOC]

Usage

Step 1: Add package to composer.json for autoloading

Use eilander/framework OR add the package to the main composer.json for autoloading and run composer dump-autoload, like so:

#!php
<?php
   "autoload": {
        "classmap": [
            "database"
        ],
        "psr-4": {
            "App\\": "app/",
            "Eilander\\Cache\\": "../library/eilander/cache/src/"
        }
    },
#!json

composer dump-autoload

Related Packages

eilander/builder

Laravel 5 cache package.

51 0
xtcat/laravel-redis-fallback

Laravel 5 redis cache fallback to file

23,721 5
faulker/laravel5-rackspace-cloudqueue

Rackspace CloudQueue driver for Laravel 5 Queue

13,992 0
maartenstaa/laravel-41-route-caching

This package allows you to cache your routes definitions, thereby speeding up ea...

383,659 25
lucasromanojf/laravel5-pdf

Provides the HTML2PDF functionality using the wkhtmltopdf library (Laravel 5)

72,403 7