Skip to content

CacheController for Drupal/Laravel setup

Notifications You must be signed in to change notification settings

IN10/drupal_laravel_cache

Repository files navigation

IN10 - Drupal Laravel Cache

Module which enable automatic cache invalidation in Laravel based on tag (bundle)

Installation

Add a repository to your composer.json

"repositories": [
    {
        "type": "vcs",
        "url": "git@github.com:IN10/drupal_laravel_cache"
    }
]

Get it with composer

composer require in10/drupal_laravel_cache