Skip to content

Commit 0f98c14

Browse files
committed
update readme
1 parent d5fb6aa commit 0f98c14

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Cached Valuestore
22

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/dutchcodingcompany/cached-valuestore.svg?style=flat-square)](https://packagist.org/packages/dutchcodingcompany/cached-valuestore)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/dutchcodingcompany/cached-valuestore.svg?style=flat-square)](https://packagist.org/packages/dutchcodingcompany/cached-valuestore)
5+
36
Adds a cached version of `spatie/valuestore` and registers it to the service container.
47

8+
## Installation
9+
10+
You can install the package via composer:
11+
12+
```bash
13+
composer require dutchcodingcompany/cached-valuestore
14+
```
15+
516
## License
617

718
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)