Skip to content

Commit 0811b68

Browse files
committed
info updates
1 parent 40adef4 commit 0811b68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Laravel Eloquent Query Cache
22
============================
33

4-
### This is a forked copy of [rennokki/laravel-eloquent-query-cache](rennokki/laravel-eloquent-query-cache) to support Laravel 10.
4+
### This is a forked copy of [renoki-co/laravel-eloquent-query-cache](renoki-co/laravel-eloquent-query-cache) to support Laravel 10.
55

66
Laravel Eloquent Query Cache brings back the `remember()` functionality that has been removed from Laravel a long time ago.
77
It adds caching functionalities directly on the Eloquent level, making use of cache within your database queries.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "advil0/laravel-eloquent-query-cache",
3-
"description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.",
3+
"description": "Forked version of renoki-co/laravel-eloquent-query-cache to support Laravel 10.",
44
"keywords": [
55
"laravel",
66
"caching",

0 commit comments

Comments
 (0)