Skip to content

Commit 85031e2

Browse files
committed
Updated readme
1 parent ca0c1a5 commit 85031e2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,24 @@ Laravel Repository design pattern package that comes with caching features
55
<a href="https://packagist.org/packages/codeofdigital/cache-repository"><img src="https://img.shields.io/packagist/v/codeofdigital/cache-repository" alt="Latest Version on Packagist"></a>
66
<a href="https://github.com/codeofdigital/cache-repository"><img src="https://img.shields.io/github/v/release/codeofdigital/cache-repository" alt="Latest Release on GitHub"></a>
77
<a href="https://github.com/codeofdigital/cache-repository/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/codeofdigital/cache-repository" alt="GitHub license"></a>
8+
<a href="https://packagist.org/packages/codeofdigital/cache-repository"><img src="https://img.shields.io/packagist/dt/codeofdigital/cache-repository?color=green" alt="Total downloads"></a>
89
</p>
910

1011
## Overview
1112
Laravel package that revolves around Repository design pattern to encapsulate database-related functions, making our application more flexible and classes are reusable.
12-
Comes with normal repository features and caching features as well.
13+
Comes with normal repository features and caching features as well.
14+
15+
## Table of Contents
16+
17+
- <a href="#installation">Installation</a>
18+
- <a href="#composer">Composer</a>
19+
20+
## Installation
21+
22+
### Composer
23+
24+
Execute the following command to get the latest version of the package:
25+
26+
```terminal
27+
composer require codeofdigital/cache-repository
28+
```

0 commit comments

Comments
 (0)