From 0f97431d3beb5b615edfe798301d1e0c4cde1e25 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Sun, 15 Oct 2023 11:03:18 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 0bbd965..c4d48b3 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,6 @@ This is where your description should go. Limit it to a paragraph or two. Consider adding a small example. -## Support us - -[](https://spatie.be/github-ad-click/laravel-permanent-cache) - -We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us). - -We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards). - ## Installation You can install the package via composer: From 69c9e09594c200fd26954562e62baf62b406ee38 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Sun, 15 Oct 2023 11:08:56 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d48b3..2366cb3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# This is my package laravel-permanent-cache +# Laravel Permanent Cache [![Latest Version on Packagist](https://img.shields.io/packagist/v/vormkracht10/laravel-permanent-cache.svg?style=flat-square)](https://packagist.org/packages/vormkracht10/laravel-permanent-cache) [![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/vormkracht10/laravel-permanent-cache/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/vormkracht10/laravel-permanent-cache/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/vormkracht10/laravel-permanent-cache/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/vormkracht10/laravel-permanent-cache/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/vormkracht10/laravel-permanent-cache.svg?style=flat-square)](https://packagist.org/packages/vormkracht10/laravel-permanent-cache) -This is where your description should go. Limit it to a paragraph or two. Consider adding a small example. +This package aims to provide functionality of using permanent cache for heavy database queries or tasks in Laravel. The permanent cache updates itself in the background using a scheduled task, so no visitors are harmed waiting long on a given request. ## Installation From 0f5e739b1355d0b7e240e2a572516157435ade8e Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Sun, 15 Oct 2023 11:09:22 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2366cb3..ed24525 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/vormkracht10/laravel-permanent-cache/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/vormkracht10/laravel-permanent-cache/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/vormkracht10/laravel-permanent-cache.svg?style=flat-square)](https://packagist.org/packages/vormkracht10/laravel-permanent-cache) -This package aims to provide functionality of using permanent cache for heavy database queries or tasks in Laravel. The permanent cache updates itself in the background using a scheduled task, so no visitors are harmed waiting long on a given request. +This package aims to provide functionality of using permanent cache for heavy Eloquent models, database queries or long duration tasks in Laravel. The permanent cache updates itself in the background using a scheduled task, so no visitors are harmed waiting long on a given request. ## Installation