From bd6b87c2fc5cf8667fbdeb2c5ea62f5b6f50b26c Mon Sep 17 00:00:00 2001 From: baao Date: Mon, 31 Aug 2015 01:47:46 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f42c07f..ecf15ff 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Clears the view cache, for laravel lumen # Register the Service Provider in bootstrap/app.php + $app->register('Baao\ClearViewCache\ClearViewCacheServiceProvider'); # Clear all cached views: