Skip to content

Commit e54193b

Browse files
committed
Update README
1 parent 6b7793b commit e54193b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Laravel Cache Repository
2+
Laravel Repository design pattern package that comes with caching features
3+
4+
<p>
5+
<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>
6+
<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>
7+
<a href="https://packagist.org/packages/codeofdigital/cache-repository"><img src="https://img.shields.io/packagist/php-v/codeofdigital/cache-repository" alt="PHP from Packagist"></a>
8+
<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>
9+
</p>
10+
11+
## Overview
12+
Laravel package that revolves around Repository design pattern to encapsulate database-related functions and reuse in other classes.
13+
Comes with normal repository features and caching features as well.

0 commit comments

Comments
 (0)