diff --git a/README.md b/README.md index a7232d1..f42c07f 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,9 @@ Clears the view cache, for laravel lumen # Installation composer require baao/clear-view-cache -# Register the Service Provider in bootstrap/app.php +# Register the Service Provider +in bootstrap/app.php $app->register('Baao\ClearViewCache\ClearViewCacheServiceProvider'); + +# Clear all cached views: + php artisan view:clear