Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed May 19, 2024
1 parent 25d7e92 commit 9ab59c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/salehhashemi1992/laravel-configurable-cache/static-analysis.yml?branch=main&label=static-analysis)](https://github.com/salehhashemi1992/laravel-configurable-cache/actions/workflows/static-analysis.yml)
[![codecov](https://codecov.io/gh/salehhashemi1992/laravel-configurable-cache/graph/badge.svg?token=CAA6S86RZI)](https://codecov.io/gh/salehhashemi1992/laravel-configurable-cache)
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)
[![PHP Version Require](http://poser.pugx.org/salehhashemi/laravel-configurable-cache/require/php)](https://packagist.org/packages/salehhashemi/laravel-configurable-cache)

![Header Image](./assets/header.png)

Expand All @@ -18,6 +19,15 @@
- Provides configurable cache settings with dedicated ttl and prefix for each
- Supports all main cache operations provided by Laravel, such as put, get, increment, and delete

## Requirements

- `PHP: ^8.1`
- `Laravel framework: ^9`

| Version | L9 | L10 | L11 |
|---------|--------------------|--------------------|--------------------|
| 1.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: |

## Installation
You can install the package via composer:
```bash
Expand Down

0 comments on commit 9ab59c9

Please sign in to comment.